Code:
/ DotNET / DotNET / 8.0 / untmp / WIN_WINDOWS / lh_tools_devdiv_wpf / Windows / AccessibleTech / longhorn / Automation / 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 : [....] 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
- ping.cs
- SchemaDeclBase.cs
- FileDialogCustomPlaces.cs
- ProfilePropertyNameValidator.cs
- TableLayoutSettingsTypeConverter.cs
- ReliableChannelBinder.cs
- DoubleAverageAggregationOperator.cs
- ArraySubsetEnumerator.cs
- DPCustomTypeDescriptor.cs
- NetMsmqBindingCollectionElement.cs
- ellipse.cs
- UnsafeNativeMethods.cs
- LinqDataSource.cs
- FlowDocumentScrollViewerAutomationPeer.cs
- URLString.cs
- ToolStripMenuItemDesigner.cs
- PnrpPermission.cs
- WindowsStatic.cs
- WorkflowQueuingService.cs
- GotoExpression.cs
- SamlSubject.cs
- DoubleAnimationUsingKeyFrames.cs
- TextProperties.cs
- Font.cs
- ExternalCalls.cs
- TextBoxBase.cs
- OutputCacheSettings.cs
- ScrollData.cs
- StylusCaptureWithinProperty.cs
- LambdaCompiler.Expressions.cs
- CompilerResults.cs
- GridEntry.cs
- CryptoHelper.cs
- indexingfiltermarshaler.cs
- TargetControlTypeAttribute.cs
- DecimalAnimationBase.cs
- ProviderConnectionPointCollection.cs
- ImageDrawing.cs
- XmlSchemaSimpleTypeUnion.cs
- CodeVariableReferenceExpression.cs
- NetworkStream.cs
- DigitalSignature.cs
- AttributeSetAction.cs
- XPathSingletonIterator.cs
- CompletionBookmark.cs
- IPAddressCollection.cs
- StoryFragments.cs
- Point3DCollectionConverter.cs
- FrameworkRichTextComposition.cs
- XamlRtfConverter.cs
- PrimaryKeyTypeConverter.cs
- X509WindowsSecurityToken.cs
- ContentPresenter.cs
- PenThread.cs
- Base64Stream.cs
- JapaneseLunisolarCalendar.cs
- Visual3D.cs
- _DisconnectOverlappedAsyncResult.cs
- RevocationPoint.cs
- WebSysDescriptionAttribute.cs
- UrlMappingsSection.cs
- ContourSegment.cs
- TextCharacters.cs
- MediaCommands.cs
- CodeIndexerExpression.cs
- Transactions.cs
- PieceDirectory.cs
- WindowsListViewScroll.cs
- FilterException.cs
- ProcessThreadCollection.cs
- PageAdapter.cs
- NativeRecognizer.cs
- EventMappingSettings.cs
- Translator.cs
- GroupItem.cs
- ConfigXmlComment.cs
- DoWhileDesigner.xaml.cs
- StringAnimationBase.cs
- ClientTargetCollection.cs
- XamlTemplateSerializer.cs
- StringCollectionMarkupSerializer.cs
- ContextProperty.cs
- Point3DAnimationBase.cs
- FileChangesMonitor.cs
- ParseChildrenAsPropertiesAttribute.cs
- AddInAdapter.cs
- SwitchElementsCollection.cs
- XPathPatternBuilder.cs
- InputGestureCollection.cs
- PointCollectionValueSerializer.cs
- OneOfTypeConst.cs
- Options.cs
- DataService.cs
- XsdDateTime.cs
- odbcmetadatacolumnnames.cs
- HashAlgorithm.cs
- AsyncStreamReader.cs
- TaiwanLunisolarCalendar.cs
- HttpCachePolicy.cs
- ProxyWebPart.cs