Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / Orcas / QFE / wpf / src / UIAutomation / 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 : MKarr 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. //---------------------------------------------------------------------------- // //// Copyright (C) Microsoft Corporation. All rights reserved. // // // // Description: Automation Identifiers for RangeValue Pattern // // History: // 04/15/2005 : MKarr 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
- RootNamespaceAttribute.cs
- CfgArc.cs
- _NtlmClient.cs
- PersonalizableTypeEntry.cs
- HostTimeoutsElement.cs
- EventTrigger.cs
- ResourceKey.cs
- DoubleAnimation.cs
- Brush.cs
- SessionStateSection.cs
- SettingsBase.cs
- DependencyObjectType.cs
- NativeCppClassAttribute.cs
- WebHttpSecurityModeHelper.cs
- CodePropertyReferenceExpression.cs
- KnowledgeBase.cs
- ProcessRequestArgs.cs
- ControlBuilder.cs
- DynamicILGenerator.cs
- FeatureManager.cs
- InvokeWebService.cs
- WsatServiceAddress.cs
- WrappedReader.cs
- ArrayHelper.cs
- ThicknessConverter.cs
- Int16Converter.cs
- _UriTypeConverter.cs
- ArrayConverter.cs
- Annotation.cs
- StandardOleMarshalObject.cs
- XmlDocument.cs
- TriggerActionCollection.cs
- EncoderParameters.cs
- XmlReaderSettings.cs
- ReliableChannelBinder.cs
- UrlAuthFailureHandler.cs
- TableChangeProcessor.cs
- DecoderReplacementFallback.cs
- ClientEventManager.cs
- RemoteWebConfigurationHostServer.cs
- SerializationInfo.cs
- FieldToken.cs
- TextEffectResolver.cs
- WebServiceEnumData.cs
- MatrixAnimationBase.cs
- ComAwareEventInfo.cs
- Events.cs
- ThreadStartException.cs
- NumberFunctions.cs
- CustomErrorsSection.cs
- InputLanguageSource.cs
- Int32RectValueSerializer.cs
- Emitter.cs
- AggregateNode.cs
- RestHandlerFactory.cs
- PolyBezierSegment.cs
- TableItemPatternIdentifiers.cs
- DataListComponentEditor.cs
- ConstraintConverter.cs
- TaskCanceledException.cs
- JpegBitmapEncoder.cs
- XmlSchemaValidator.cs
- SqlBinder.cs
- BaseComponentEditor.cs
- XmlSchemaAttribute.cs
- InputQueue.cs
- ObjectStateEntryDbDataRecord.cs
- DataServiceQueryProvider.cs
- RuleSettingsCollection.cs
- BindingExpression.cs
- BaseDataListDesigner.cs
- ViewBase.cs
- LambdaCompiler.Unary.cs
- GenericWebPart.cs
- ZipIORawDataFileBlock.cs
- HitTestResult.cs
- CalendarModeChangedEventArgs.cs
- SessionState.cs
- DiffuseMaterial.cs
- TreeNodeCollectionEditor.cs
- InstanceKeyCollisionException.cs
- SQLCharsStorage.cs
- BinaryObjectWriter.cs
- NotificationContext.cs
- TableLayoutStyleCollection.cs
- LassoSelectionBehavior.cs
- RangeValidator.cs
- RectangleGeometry.cs
- EntityModelSchemaGenerator.cs
- TextBounds.cs
- SuppressMergeCheckAttribute.cs
- MultiPropertyDescriptorGridEntry.cs
- Parameter.cs
- ToolStripTextBox.cs
- ImageButton.cs
- WindowsPen.cs
- MarshalByValueComponent.cs
- GeneralTransformGroup.cs
- HttpEncoderUtility.cs
- TextTreeUndoUnit.cs