RangeValuePattern Class
Represents a control that can be set to a value within a range.
Assembly: UIAutomationClient (in UIAutomationClient.dll)
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Frees resources and performs other cleanup operations before the object is reclaimed by garbage collection.(Inherited from BasePattern.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | SetValue(Double) | Sets the value associated with the UI Automation element. |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | IsReadOnlyProperty | Identifies the IsReadOnly property. |
![]() ![]() | LargeChangeProperty | Identifies the LargeChange property. |
![]() ![]() | MaximumProperty | Identifies the Maximum property. |
![]() ![]() | MinimumProperty | Identifies the Minimum property. |
![]() ![]() | Pattern | Identifies the RangeValuePattern control pattern. |
![]() ![]() | SmallChangeProperty | Identifies the SmallChange property. |
![]() ![]() | ValueProperty | Identifies the Value property. |
Controls may allow recalibration of their supported properties based upon locale or user preference. An example of this would be a thermometer control that can be set to display the temperature in Fahrenheit or Celsius.
Available since 3.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.




