IRangeValueProvider Interface
Exposes methods and properties to support UI Automation client access to controls that can be set to a value within a range.
Assembly: UIAutomationProvider (in UIAutomationProvider.dll)
| Name | Description | |
|---|---|---|
![]() | IsReadOnly | Gets a value that specifies whether the value of a control is read-only. |
![]() | LargeChange | Gets the value that is added to or subtracted from the Value property when a large change is made, such as with the PAGE DOWN key. |
![]() | Maximum | Gets the maximum range value supported by the control. |
![]() | Minimum | Gets the minimum range value supported by the control. |
![]() | SmallChange | Gets the value that is added to or subtracted from the Value property when a small change is made, such as with an arrow key. |
![]() | Value | Gets the value of the control. |
| Name | Description | |
|---|---|---|
![]() | SetValue(Double) | Sets the value of the control. |
Implemented on a UI Automation provider that must support the RangeValuePattern control pattern.
Available since 3.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
RangeValuePattern
System.Windows.Automation.Provider Namespace
UI Automation Control Patterns Overview
Server-Side UI Automation Provider Implementation
Client-Side UI Automation Provider Implementation
Support Control Patterns in a UI Automation Provider
Implementing the UI Automation RangeValue Control Pattern

