Code:
/ DotNET / DotNET / 8.0 / untmp / WIN_WINDOWS / lh_tools_devdiv_wpf / Windows / AccessibleTech / longhorn / Automation / UIAutomationTypes / System / Windows / Automation / RangeValuePatternIdentifiers.cs / 1 / RangeValuePatternIdentifiers.cs
//---------------------------------------------------------------------------- // //// Copyright (C) Microsoft Corporation. All rights reserved. // // // // Description: Automation Identifiers for RangeValue Pattern // // History: // 04/15/2005 : [....] Added // //--------------------------------------------------------------------------- using System; using MS.Internal.Automation; namespace System.Windows.Automation { ////// Exposes a related set of properties that reflect a control's ability to manage a value /// within a finite range. It conveys a controls valid minimum and maximum values and its /// current value. /// /// Pattern requires MinValue less than MaxValue. /// MinimumValue and MaximumValue must be the same Object type as ValueAsObject. /// #if (INTERNAL_COMPILE) internal static class RangeValuePatternIdentifiers #else public static class RangeValuePatternIdentifiers #endif { //----------------------------------------------------- // // Public Constants / Readonly Fields // //----------------------------------------------------- #region Public Constants and Readonly Fields ///Value pattern public static readonly AutomationPattern Pattern = AutomationPattern.Register(AutomationIdentifierGuids.RangeValue_Pattern, "RangeValuePatternIdentifiers.Pattern"); ///Property ID: Value - Value of a value control, as a double public static readonly AutomationProperty ValueProperty = AutomationProperty.Register(AutomationIdentifierGuids.RangeValue_Value_Property, "RangeValuePatternIdentifiers.ValueProperty"); ///Property ID: IsReadOnly - Indicates that the value can only be read, not modified. public static readonly AutomationProperty IsReadOnlyProperty = AutomationProperty.Register(AutomationIdentifierGuids.RangeValue_IsReadOnly_Property, "RangeValuePatternIdentifiers.IsReadOnlyProperty"); ///Property ID: Maximum value public static readonly AutomationProperty MinimumProperty = AutomationProperty.Register(AutomationIdentifierGuids.RangeValue_Minimum_Property, "RangeValuePatternIdentifiers.MinimumProperty"); ///Property ID: Maximum value public static readonly AutomationProperty MaximumProperty = AutomationProperty.Register(AutomationIdentifierGuids.RangeValue_Maximum_Property, "RangeValuePatternIdentifiers.MaximumProperty"); ///Property ID: LargeChange - Indicates a value to be added to or subtracted from the Value property when the element is moved a large distance. public static readonly AutomationProperty LargeChangeProperty = AutomationProperty.Register(AutomationIdentifierGuids.RangeValue_LargeChange_Property, "RangeValuePatternIdentifiers.LargeChangeProperty"); ///Property ID: SmallChange - Indicates a value to be added to or subtracted from the Value property when the element is moved a small distance. public static readonly AutomationProperty SmallChangeProperty = AutomationProperty.Register(AutomationIdentifierGuids.RangeValue_SmallChange_Property, "RangeValuePatternIdentifiers.SmallChangeProperty"); #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
- ShaderRenderModeValidation.cs
- SchemaCollectionCompiler.cs
- Comparer.cs
- ControlAdapter.cs
- ColorConvertedBitmap.cs
- DataGridViewCellToolTipTextNeededEventArgs.cs
- documentsequencetextview.cs
- DataBindEngine.cs
- ProcessModelInfo.cs
- Stylesheet.cs
- KeyInfo.cs
- DrawingServices.cs
- Int64Converter.cs
- BitmapPalettes.cs
- SafeThreadHandle.cs
- DrawingImage.cs
- WebControlAdapter.cs
- SeekStoryboard.cs
- RowBinding.cs
- MenuItemCollection.cs
- DbExpressionRules.cs
- TextEffectResolver.cs
- WebPartAddingEventArgs.cs
- MulticastIPAddressInformationCollection.cs
- TextDecorations.cs
- JapaneseLunisolarCalendar.cs
- Single.cs
- CommandID.cs
- WebBrowserContainer.cs
- SelectionUIService.cs
- NetSectionGroup.cs
- UnknownBitmapEncoder.cs
- EntryPointNotFoundException.cs
- SmiContextFactory.cs
- Color.cs
- ComponentSerializationService.cs
- LocatorPart.cs
- ControlBindingsCollection.cs
- ErrorEventArgs.cs
- StrongNameIdentityPermission.cs
- RoleGroupCollection.cs
- LoadRetryHandler.cs
- DateTimeOffsetStorage.cs
- ContainerParaClient.cs
- XmlAnyElementAttributes.cs
- RepeaterItemEventArgs.cs
- HotSpotCollectionEditor.cs
- DatagridviewDisplayedBandsData.cs
- HelpInfo.cs
- X509CertificateClaimSet.cs
- CqlQuery.cs
- LicenseProviderAttribute.cs
- SqlDependency.cs
- Camera.cs
- FileDialogCustomPlacesCollection.cs
- Base64Decoder.cs
- BrushValueSerializer.cs
- Site.cs
- TouchDevice.cs
- MemberPathMap.cs
- BitmapEffectState.cs
- PropertyTab.cs
- ColorAnimationBase.cs
- ClientBuildManager.cs
- ProcessHostServerConfig.cs
- AuthenticatedStream.cs
- NoneExcludedImageIndexConverter.cs
- BindingBase.cs
- ping.cs
- WebColorConverter.cs
- TemplatedMailWebEventProvider.cs
- XmlEntity.cs
- WindowsFormsEditorServiceHelper.cs
- DomainConstraint.cs
- LayoutUtils.cs
- Message.cs
- DataGridViewRowsAddedEventArgs.cs
- UnsafeNativeMethods.cs
- Base64Encoder.cs
- PtsContext.cs
- FastEncoderWindow.cs
- StoragePropertyMapping.cs
- ReaderContextStackData.cs
- SingleSelectRootGridEntry.cs
- WebServiceErrorEvent.cs
- UriSection.cs
- DriveInfo.cs
- BooleanProjectedSlot.cs
- AvtEvent.cs
- XPathNavigator.cs
- ButtonChrome.cs
- PermissionSet.cs
- DataGridTextColumn.cs
- OracleCommand.cs
- ForwardPositionQuery.cs
- GeneralTransform2DTo3DTo2D.cs
- DescendantBaseQuery.cs
- StatusBarPanelClickEvent.cs
- SymbolTable.cs
- DataExpression.cs