RangeValuePattern.RangeValuePatternInformation Structure
Provides access to the property values of a RangeValuePattern object using its Current or Cached accessors.
Assembly: UIAutomationClient (in UIAutomationClient.dll)
| Name | Description | |
|---|---|---|
![]() | IsReadOnly | Gets a value that specifies whether the value of a UI Automation element is read-only. |
![]() | LargeChange | Gets the control-specific large-change value which is added to or subtracted from the Value property. |
![]() | Maximum | Gets the maximum range value supported by the UI Automation element. |
![]() | Minimum | Gets the minimum range value supported by the UI Automation element. |
![]() | SmallChange | Gets the small-change value, unique to the UI Automation element, which is added to or subtracted from the elements Value property. |
![]() | Value | Gets the current value of the UI Automation element. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | Indicates whether this instance and a specified object are equal.(Inherited from ValueType.) |
![]() | GetHashCode() | Returns the hash code for this instance.(Inherited from ValueType.) |
![]() | GetType() | |
![]() | ToString() | Returns the fully qualified type name of this instance.(Inherited from ValueType.) |
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.

