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
- ListBoxChrome.cs
- JsonDataContract.cs
- DoubleSumAggregationOperator.cs
- SoapExtensionReflector.cs
- ReferenceSchema.cs
- ServiceContractGenerator.cs
- ImageCodecInfoPrivate.cs
- DataTableReaderListener.cs
- ObjectStateManagerMetadata.cs
- HandlerFactoryWrapper.cs
- DSACryptoServiceProvider.cs
- AutoGeneratedFieldProperties.cs
- KeyValueConfigurationCollection.cs
- FocusWithinProperty.cs
- MethodBody.cs
- Memoizer.cs
- GenericAuthenticationEventArgs.cs
- ServiceOperationInvoker.cs
- safelink.cs
- OrderedHashRepartitionStream.cs
- BufferedGraphicsManager.cs
- BamlTreeUpdater.cs
- AttributeXamlType.cs
- ScriptReferenceEventArgs.cs
- JsonMessageEncoderFactory.cs
- IgnoreFileBuildProvider.cs
- TextEditorCopyPaste.cs
- EventMappingSettingsCollection.cs
- CngKeyCreationParameters.cs
- ProjectedSlot.cs
- CompositeFontInfo.cs
- OptimalTextSource.cs
- CompModHelpers.cs
- CodeAttachEventStatement.cs
- TableHeaderCell.cs
- HtmlLink.cs
- ColorDialog.cs
- TextBoxAutomationPeer.cs
- SubtreeProcessor.cs
- UrlAuthorizationModule.cs
- ClientScriptManager.cs
- ServiceObjectContainer.cs
- Cast.cs
- TextEncodedRawTextWriter.cs
- RawStylusInputCustomDataList.cs
- Mapping.cs
- ClickablePoint.cs
- HtmlInputFile.cs
- QueryCorrelationInitializer.cs
- HttpResponse.cs
- WebRequest.cs
- TreeNodeStyle.cs
- TypeNameConverter.cs
- querybuilder.cs
- DocumentationServerProtocol.cs
- peernodeimplementation.cs
- TabItemWrapperAutomationPeer.cs
- UmAlQuraCalendar.cs
- BamlTreeUpdater.cs
- DataGridViewColumnDividerDoubleClickEventArgs.cs
- PropertyPushdownHelper.cs
- RtType.cs
- ProtocolsConfigurationEntry.cs
- Propagator.Evaluator.cs
- AlternateView.cs
- Attribute.cs
- BaseDataListDesigner.cs
- RoleGroupCollection.cs
- SharedUtils.cs
- MediaTimeline.cs
- Control.cs
- SocketManager.cs
- GeneralTransform3D.cs
- Compiler.cs
- ColumnWidthChangingEvent.cs
- TraceHandlerErrorFormatter.cs
- DataException.cs
- ClipboardData.cs
- ModuleConfigurationInfo.cs
- LocatorBase.cs
- SHA384.cs
- ChtmlPhoneCallAdapter.cs
- ToolStripMenuItem.cs
- CodeDelegateInvokeExpression.cs
- ObservableCollectionDefaultValueFactory.cs
- ErrorLog.cs
- Typeface.cs
- Processor.cs
- SchemaImporter.cs
- XmlCollation.cs
- GlobalizationSection.cs
- SingleStorage.cs
- MenuEventArgs.cs
- Rect3DConverter.cs
- TargetControlTypeCache.cs
- DesignerVerbCollection.cs
- DescendantQuery.cs
- ThrowHelper.cs
- TemplateManager.cs
- Duration.cs