IUiaRangeValueProvider Interface Members
In This Topic
The following tables list the members exposed by IUiaRangeValueProvider.
Public Properties
| Name | Description |
 | IsReadOnly | Indicates that the value can only be read, not modified. returns True if the control is read-only |
 | LargeChange | The amount a large change will change the value by |
 | Maximum | maximum value |
 | Minimum | minimum value |
 | SmallChange | The amount a small change will change the value by |
 | Value | Value of a value control, as a a string. |
Top
Public Methods
| Name | Description |
 | SetValue | Request to set the value that this UI element is representing |
Top
See Also