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
- HealthMonitoringSectionHelper.cs
- XmlSchemaAppInfo.cs
- HttpChannelHelper.cs
- LogWriteRestartAreaAsyncResult.cs
- ExponentialEase.cs
- EntryIndex.cs
- AmbiguousMatchException.cs
- AuthenticationModuleElementCollection.cs
- BrushConverter.cs
- SafeRightsManagementSessionHandle.cs
- ErrorFormatter.cs
- ZipIOCentralDirectoryBlock.cs
- HtmlInputButton.cs
- WebDisplayNameAttribute.cs
- FunctionImportMapping.cs
- UserControlParser.cs
- FilteredDataSetHelper.cs
- ProcessModelSection.cs
- StatusBar.cs
- ConfigurationUtility.cs
- HtmlSelect.cs
- MailWebEventProvider.cs
- PlainXmlDeserializer.cs
- wgx_render.cs
- Visual3DCollection.cs
- StreamGeometry.cs
- WindowsPen.cs
- WinFormsUtils.cs
- DocumentSchemaValidator.cs
- HelpInfo.cs
- DispatcherTimer.cs
- StringFunctions.cs
- EntityDataSourceSelectedEventArgs.cs
- Panel.cs
- SqlServices.cs
- AuthorizationRuleCollection.cs
- GradientBrush.cs
- SystemIPInterfaceProperties.cs
- HotSpotCollection.cs
- View.cs
- DetailsViewCommandEventArgs.cs
- FamilyTypeface.cs
- SubstitutionResponseElement.cs
- ListenerSessionConnectionReader.cs
- MarkupCompilePass2.cs
- WebPartConnectionCollection.cs
- MultiPageTextView.cs
- SymbolPair.cs
- ComplexObject.cs
- FileDialog_Vista.cs
- TriggerBase.cs
- SafeEventLogWriteHandle.cs
- OdbcError.cs
- CommandBindingCollection.cs
- SiteMapNodeItemEventArgs.cs
- _RequestLifetimeSetter.cs
- TemplateManager.cs
- MessageAction.cs
- DataContractSerializer.cs
- BinaryObjectInfo.cs
- ResetableIterator.cs
- DefaultIfEmptyQueryOperator.cs
- DSASignatureFormatter.cs
- mda.cs
- PageCatalogPart.cs
- InfoCardRSACryptoProvider.cs
- DtrList.cs
- EventSourceCreationData.cs
- UnsafeNativeMethods.cs
- OptimizedTemplateContent.cs
- TextRunCache.cs
- SortAction.cs
- RtfFormatStack.cs
- BrowserTree.cs
- StrongNameKeyPair.cs
- HttpRequestCacheValidator.cs
- DataSource.cs
- DebugView.cs
- RegistryPermission.cs
- WebPartTransformerCollection.cs
- SoapClientMessage.cs
- ProxyAttribute.cs
- Facet.cs
- NonSerializedAttribute.cs
- HandlerBase.cs
- TextDpi.cs
- DiagnosticsConfiguration.cs
- JulianCalendar.cs
- SourceFilter.cs
- ApplicationDirectory.cs
- PolicyValidator.cs
- VBIdentifierNameEditor.cs
- ProgressBar.cs
- SourceFileBuildProvider.cs
- BaseCodePageEncoding.cs
- ListViewSortEventArgs.cs
- ProcessModule.cs
- Assign.cs
- SupportingTokenListenerFactory.cs
- StringUtil.cs