IRangeValueProvider Interface

Exposes methods and properties to support UI Automation client access to controls that can be set to a value within a range.

IRangeValueProvider Members

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 IRangeValueProvider::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.
SetValue Sets the value of the control.
SmallChange Gets the value that is added to or subtracted from the IRangeValueProvider::Value property when a small change is made, such as with an arrow key.
Value Gets the value of the control.

Remarks

Implemented on a UI Automation provider that must support the RangeValuePattern control pattern.

Interface Information

Inherits from IUnknown
Header and IDL files uiautomation.h, uiautomationcore.idl
Minimum operating systems Windows XP

See Also

UI Automation Providers Overview