Code:
/ DotNET / DotNET / 8.0 / untmp / WIN_WINDOWS / lh_tools_devdiv_wpf / Windows / AccessibleTech / longhorn / Automation / UIAutomationTypes / System / Windows / Automation / DockPatternIdentifiers.cs / 1 / DockPatternIdentifiers.cs
//---------------------------------------------------------------------------- // //// Copyright (C) Microsoft Corporation. All rights reserved. // // // // Description: Automation Identifiers for Dock Pattern // // History: // 04/15/2005 : [....] Added // //--------------------------------------------------------------------------- using System; using MS.Internal.Automation; using System.Runtime.InteropServices; namespace System.Windows.Automation { ////// The edge of the container that the dockable window will cling to. /// [ComVisible(true)] [Guid("70d46e77-e3a8-449d-913c-e30eb2afecdb")] #if (NO_INTERNAL_COMPILE_BUG1080665) internal enum DockPosition #else public enum DockPosition #endif { ///Docked at the top Top, ///Docked at the left Left, ///Docked at the bottom Bottom, ///Docked at the right Right, ///Docked on all four sides Fill, ///Not docked None } ////// Expose an element's ability to change its dock state at run time. /// #if (INTERNAL_COMPILE) internal static class DockPatternIdentifiers #else public static class DockPatternIdentifiers #endif { //----------------------------------------------------- // // Public Constants / Readonly Fields // //----------------------------------------------------- #region Public Constants and Readonly Fields ///Dock pattern public static readonly AutomationPattern Pattern = AutomationPattern.Register(AutomationIdentifierGuids.Dock_Pattern, "DockPatternIdentifiers.Pattern"); ///Property ID: DockPosition - Is the DockPosition Top, Left, Bottom, Right, Fill, or None public static readonly AutomationProperty DockPositionProperty = AutomationProperty.Register(AutomationIdentifierGuids.Dock_Position_Property, "DockPatternIdentifiers.DockPositionProperty"); #endregion Public Constants and Readonly Fields } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- QueryStoreStatusRequest.cs
- RotateTransform.cs
- KnowledgeBase.cs
- UrlPropertyAttribute.cs
- Inline.cs
- Int16Converter.cs
- SplitContainer.cs
- XMLSyntaxException.cs
- WorkflowElementDialog.cs
- Permission.cs
- InvokeMethodActivity.cs
- StrokeFIndices.cs
- WebPartUserCapability.cs
- DEREncoding.cs
- XmlSchema.cs
- StringExpressionSet.cs
- NameValueCache.cs
- ExtendedPropertiesHandler.cs
- ParserContext.cs
- MenuCommand.cs
- ColorIndependentAnimationStorage.cs
- CSharpCodeProvider.cs
- LifetimeServices.cs
- SingleAnimation.cs
- RoutingSection.cs
- WebPartZoneCollection.cs
- CodeMemberProperty.cs
- ApplicationSettingsBase.cs
- WindowInteractionStateTracker.cs
- TouchesOverProperty.cs
- IgnoreSection.cs
- ObservableDictionary.cs
- ExceptionRoutedEventArgs.cs
- ColorMap.cs
- ResXResourceSet.cs
- SafeRightsManagementPubHandle.cs
- ImageClickEventArgs.cs
- DocumentSequence.cs
- ContractReference.cs
- SemanticBasicElement.cs
- CodeTypeParameter.cs
- DataTableClearEvent.cs
- Point3DCollectionConverter.cs
- NavigationWindowAutomationPeer.cs
- RecordConverter.cs
- DisplayInformation.cs
- XmlStreamStore.cs
- PolicyException.cs
- ServerValidateEventArgs.cs
- ChangeNode.cs
- Rotation3DAnimation.cs
- HttpContext.cs
- XsdCachingReader.cs
- ObfuscationAttribute.cs
- SerialReceived.cs
- XPathEmptyIterator.cs
- ExpressionValueEditor.cs
- ItemCollection.cs
- TdsParserSafeHandles.cs
- DecoderExceptionFallback.cs
- Matrix.cs
- InterleavedZipPartStream.cs
- EntityDataSourceSelectingEventArgs.cs
- WindowsFormsHostPropertyMap.cs
- HybridCollection.cs
- XmlAnyAttributeAttribute.cs
- EventLogger.cs
- PnrpPermission.cs
- ModelPropertyDescriptor.cs
- ProfileBuildProvider.cs
- SqlCharStream.cs
- ApplicationCommands.cs
- EmissiveMaterial.cs
- X509SubjectKeyIdentifierClause.cs
- Visual3D.cs
- TokenBasedSetEnumerator.cs
- MembershipSection.cs
- VisualBasicSettings.cs
- IQueryable.cs
- SerializerDescriptor.cs
- HeaderCollection.cs
- ValuePattern.cs
- DesignerView.Commands.cs
- SqlConnectionPoolProviderInfo.cs
- RoleManagerModule.cs
- Command.cs
- EventBuilder.cs
- PathNode.cs
- DtdParser.cs
- AmbientLight.cs
- COM2AboutBoxPropertyDescriptor.cs
- WebSysDisplayNameAttribute.cs
- ElementUtil.cs
- SQLDoubleStorage.cs
- FixedLineResult.cs
- DodSequenceMerge.cs
- PeerPresenceInfo.cs
- __ComObject.cs
- relpropertyhelper.cs
- SqlDependency.cs