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
- TypeUtils.cs
- StatusBarItem.cs
- GetBrowserTokenRequest.cs
- RenderTargetBitmap.cs
- securitycriticaldataformultiplegetandset.cs
- StorageMappingItemCollection.cs
- VerificationAttribute.cs
- TraceContextEventArgs.cs
- HtmlMeta.cs
- LabelExpression.cs
- PaintEvent.cs
- SetStoryboardSpeedRatio.cs
- WaitHandle.cs
- SqlCacheDependencyDatabaseCollection.cs
- codemethodreferenceexpression.cs
- ProcessHost.cs
- BasicKeyConstraint.cs
- EncryptedPackageFilter.cs
- HwndProxyElementProvider.cs
- FontNameConverter.cs
- DocumentationServerProtocol.cs
- ViewPort3D.cs
- EntityDataSource.cs
- IsolatedStorageFileStream.cs
- GridItemProviderWrapper.cs
- BlurBitmapEffect.cs
- ControlTemplate.cs
- DbTypeMap.cs
- ToolStripPanel.cs
- Int16Animation.cs
- DesignerCategoryAttribute.cs
- StorageInfo.cs
- RpcCryptoRequest.cs
- ConditionalAttribute.cs
- BitmapCodecInfoInternal.cs
- ResponseStream.cs
- ScalarOps.cs
- DataPager.cs
- SymbolDocumentGenerator.cs
- InheritanceAttribute.cs
- OpCopier.cs
- CompositeKey.cs
- COM2Properties.cs
- FixedSOMSemanticBox.cs
- RoleGroupCollection.cs
- TextServicesCompartment.cs
- AttachedPropertyBrowsableForChildrenAttribute.cs
- AttributeTableBuilder.cs
- StrongTypingException.cs
- FileNotFoundException.cs
- FontStretchConverter.cs
- DbProviderConfigurationHandler.cs
- Rotation3D.cs
- InteropAutomationProvider.cs
- PeerPresenceInfo.cs
- SQLInt64.cs
- TransformCollection.cs
- SQLRoleProvider.cs
- UIElementAutomationPeer.cs
- AttachedAnnotationChangedEventArgs.cs
- SQLBoolean.cs
- EventBuilder.cs
- ThemeDirectoryCompiler.cs
- Crc32.cs
- ToolStripContainer.cs
- TransformCollection.cs
- MultiSelector.cs
- ArithmeticException.cs
- SqlException.cs
- SelectionWordBreaker.cs
- TextTreeExtractElementUndoUnit.cs
- UndoManager.cs
- OverlappedAsyncResult.cs
- HandledMouseEvent.cs
- DataColumnPropertyDescriptor.cs
- InheritedPropertyChangedEventArgs.cs
- NetCodeGroup.cs
- Attributes.cs
- TextTreeExtractElementUndoUnit.cs
- CaseInsensitiveComparer.cs
- RenameRuleObjectDialog.Designer.cs
- ClickablePoint.cs
- HtmlTableCell.cs
- SamlDelegatingWriter.cs
- ProfileServiceManager.cs
- TableParaClient.cs
- ThousandthOfEmRealDoubles.cs
- AppDomainManager.cs
- HostingEnvironmentWrapper.cs
- TdsRecordBufferSetter.cs
- Control.cs
- TextBreakpoint.cs
- GridViewColumnHeaderAutomationPeer.cs
- ResXFileRef.cs
- OutOfProcStateClientManager.cs
- QilGeneratorEnv.cs
- EventDescriptor.cs
- UpdatePanelTriggerCollection.cs
- ReverseInheritProperty.cs
- PathSegmentCollection.cs