Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / Orcas / NetFXw7 / wpf / src / UIAutomation / UIAutomationTypes / System / Windows / Automation / TogglePatternIdentifiers.cs / 1 / TogglePatternIdentifiers.cs
//---------------------------------------------------------------------------- // //// Copyright (C) Microsoft Corporation. All rights reserved. // // // // Description: Automation Identifiers for Toggle Pattern // // History: // 04/15/2005 : MKarr Added // //--------------------------------------------------------------------------- using System; using MS.Internal.Automation; using System.Runtime.InteropServices; namespace System.Windows.Automation { ////// The set of states a Toggleable control can be in. /// [ComVisible(true)] [Guid("ad7db4af-7166-4478-a402-ad5b77eab2fa")] #if (NO_INTERNAL_COMPILE_BUG1080665) internal enum ToggleState #else public enum ToggleState #endif { ///Element is Not Activated: unpressed, unchecked, unmarked, etc. Off, ///Element is Activated: depressed, checked, marked, etc. On, ///Element is in indeterminate state: partially checked, etc. Indeterminate } ////// Represents UI elements that have a set of states that can by cycled through such as a checkbox, or toggle button. /// #if (INTERNAL_COMPILE) internal static class TogglePatternIdentifiers #else public static class TogglePatternIdentifiers #endif { //----------------------------------------------------- // // Public Constants / Readonly Fields // //----------------------------------------------------- #region Public Constants and Readonly Fields ///Toggle pattern public static readonly AutomationPattern Pattern = AutomationPattern.Register(AutomationIdentifierGuids.Toggle_Pattern, "TogglePatternIdentifiers.Pattern"); ///Property ID: ToggleState - Value of a toggleable control, as a ToggleState enum public static readonly AutomationProperty ToggleStateProperty = AutomationProperty.Register(AutomationIdentifierGuids.Toggle_State_Property, "TogglePatternIdentifiers.ToggleStateProperty"); #endregion Public Constants and Readonly Fields } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved. //---------------------------------------------------------------------------- // //// Copyright (C) Microsoft Corporation. All rights reserved. // // // // Description: Automation Identifiers for Toggle Pattern // // History: // 04/15/2005 : MKarr Added // //--------------------------------------------------------------------------- using System; using MS.Internal.Automation; using System.Runtime.InteropServices; namespace System.Windows.Automation { ////// The set of states a Toggleable control can be in. /// [ComVisible(true)] [Guid("ad7db4af-7166-4478-a402-ad5b77eab2fa")] #if (NO_INTERNAL_COMPILE_BUG1080665) internal enum ToggleState #else public enum ToggleState #endif { ///Element is Not Activated: unpressed, unchecked, unmarked, etc. Off, ///Element is Activated: depressed, checked, marked, etc. On, ///Element is in indeterminate state: partially checked, etc. Indeterminate } ////// Represents UI elements that have a set of states that can by cycled through such as a checkbox, or toggle button. /// #if (INTERNAL_COMPILE) internal static class TogglePatternIdentifiers #else public static class TogglePatternIdentifiers #endif { //----------------------------------------------------- // // Public Constants / Readonly Fields // //----------------------------------------------------- #region Public Constants and Readonly Fields ///Toggle pattern public static readonly AutomationPattern Pattern = AutomationPattern.Register(AutomationIdentifierGuids.Toggle_Pattern, "TogglePatternIdentifiers.Pattern"); ///Property ID: ToggleState - Value of a toggleable control, as a ToggleState enum public static readonly AutomationProperty ToggleStateProperty = AutomationProperty.Register(AutomationIdentifierGuids.Toggle_State_Property, "TogglePatternIdentifiers.ToggleStateProperty"); #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
- PrincipalPermission.cs
- CharacterHit.cs
- connectionpool.cs
- ServiceDescriptionData.cs
- DataGridRow.cs
- SmiEventStream.cs
- SessionIDManager.cs
- FontResourceCache.cs
- PolicyException.cs
- TextEditorSpelling.cs
- RuleInfoComparer.cs
- ModulesEntry.cs
- RouteParser.cs
- MessageRpc.cs
- Literal.cs
- CqlLexer.cs
- Pointer.cs
- ExpressionNormalizer.cs
- JulianCalendar.cs
- ClassHandlersStore.cs
- CompositeScriptReference.cs
- PropertiesTab.cs
- DocumentXPathNavigator.cs
- AspCompat.cs
- Transform.cs
- StaticFileHandler.cs
- FixedTextPointer.cs
- FileFormatException.cs
- AttributeTableBuilder.cs
- ValidatorCollection.cs
- CommunicationObject.cs
- TreeView.cs
- TreeViewItem.cs
- PointAnimationUsingKeyFrames.cs
- ControlHelper.cs
- ActivityDesigner.cs
- TextClipboardData.cs
- ProgressBar.cs
- DataGridViewSelectedRowCollection.cs
- PriorityQueue.cs
- GCHandleCookieTable.cs
- SchemaCollectionCompiler.cs
- HtmlTableRowCollection.cs
- ActivityXamlServices.cs
- DataGridViewColumnEventArgs.cs
- glyphs.cs
- PageCache.cs
- input.cs
- OracleInfoMessageEventArgs.cs
- RelatedCurrencyManager.cs
- QueryCacheEntry.cs
- SkinBuilder.cs
- Matrix.cs
- ValueSerializerAttribute.cs
- MetadataPropertyAttribute.cs
- CompositeScriptReference.cs
- ObjectHandle.cs
- EventDescriptorCollection.cs
- ObjectContextServiceProvider.cs
- ReferencedAssembly.cs
- GeometryValueSerializer.cs
- EntityTransaction.cs
- XmlReaderSettings.cs
- MouseBinding.cs
- Geometry3D.cs
- ProfileEventArgs.cs
- DatePickerDateValidationErrorEventArgs.cs
- LockCookie.cs
- DynamicPropertyHolder.cs
- WCFBuildProvider.cs
- CssClassPropertyAttribute.cs
- HttpWebRequest.cs
- SafeProcessHandle.cs
- NetworkAddressChange.cs
- FormatConvertedBitmap.cs
- SplitContainerDesigner.cs
- MemberCollection.cs
- LeaseManager.cs
- SafeSecurityHandles.cs
- StdValidatorsAndConverters.cs
- GiveFeedbackEventArgs.cs
- DispatcherTimer.cs
- DateTimeFormatInfoScanner.cs
- TableLayoutCellPaintEventArgs.cs
- FileSystemEnumerable.cs
- DesignTimeResourceProviderFactoryAttribute.cs
- VisualStyleElement.cs
- SoapFault.cs
- PerSessionInstanceContextProvider.cs
- ECDsaCng.cs
- CursorInteropHelper.cs
- EventSourceCreationData.cs
- Constants.cs
- bidPrivateBase.cs
- HttpApplicationFactory.cs
- ResizeBehavior.cs
- IndexingContentUnit.cs
- CompositeCollection.cs
- ProtocolReflector.cs
- XmlChildEnumerator.cs