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
- TypeConvertions.cs
- DependencyPropertyHelper.cs
- mediapermission.cs
- WindowsSspiNegotiation.cs
- ObjectParameter.cs
- KeyProperty.cs
- SerializationBinder.cs
- DataRowCollection.cs
- PointKeyFrameCollection.cs
- ServicesUtilities.cs
- HttpPostedFile.cs
- ToolboxItemSnapLineBehavior.cs
- LateBoundBitmapDecoder.cs
- BooleanFunctions.cs
- BindingObserver.cs
- BindingListCollectionView.cs
- MonitoringDescriptionAttribute.cs
- XmlChoiceIdentifierAttribute.cs
- BufferAllocator.cs
- EventLogPermissionEntry.cs
- IOException.cs
- SecurityTokenParametersEnumerable.cs
- NavigatorInput.cs
- RoleManagerModule.cs
- FullTextState.cs
- PreloadedPackages.cs
- MetadataLocation.cs
- TransactionsSectionGroup.cs
- HttpListener.cs
- TextTreeUndo.cs
- SafeProcessHandle.cs
- XamlSerializer.cs
- ReturnValue.cs
- ParserHooks.cs
- SystemInformation.cs
- ArraySubsetEnumerator.cs
- ConnectionInterfaceCollection.cs
- BuiltInExpr.cs
- ReachPageContentCollectionSerializerAsync.cs
- FactoryMaker.cs
- ArithmeticException.cs
- RangeValueProviderWrapper.cs
- safelink.cs
- FilteredSchemaElementLookUpTable.cs
- DropShadowBitmapEffect.cs
- ZoomPercentageConverter.cs
- Page.cs
- InternalsVisibleToAttribute.cs
- MenuCommand.cs
- DataBindingList.cs
- LocalizeDesigner.cs
- StringWriter.cs
- DataGridViewRowErrorTextNeededEventArgs.cs
- DiscoveryServiceExtension.cs
- DesignerPerfEventProvider.cs
- UpdatePanel.cs
- XPathNodeHelper.cs
- SecurityBindingElementImporter.cs
- BamlCollectionHolder.cs
- EndEvent.cs
- UserPreferenceChangingEventArgs.cs
- ModuleBuilder.cs
- GradientStopCollection.cs
- VariableQuery.cs
- SessionEndedEventArgs.cs
- RemoveStoryboard.cs
- CodeSubDirectoriesCollection.cs
- TextRangeSerialization.cs
- XmlSchemaAnyAttribute.cs
- ProtectedConfigurationSection.cs
- LogEntrySerialization.cs
- FuncCompletionCallbackWrapper.cs
- ActiveXSite.cs
- ObjectViewFactory.cs
- GradientStopCollection.cs
- CopyOnWriteList.cs
- WebPartZoneCollection.cs
- LoginView.cs
- UndoManager.cs
- DoubleLink.cs
- ButtonField.cs
- DesignRelationCollection.cs
- ProgressBar.cs
- AliasedSlot.cs
- ApplicationServiceHelper.cs
- Msmq4SubqueuePoisonHandler.cs
- Win32.cs
- ClientSponsor.cs
- ApplicationServiceManager.cs
- MessageRpc.cs
- Stream.cs
- XmlIgnoreAttribute.cs
- Oci.cs
- DictionaryContent.cs
- ThrowOnMultipleAssignment.cs
- DrawingImage.cs
- SiteMapNode.cs
- PtsContext.cs
- Rectangle.cs
- DesignerActionMethodItem.cs