Share via


IUIAutomationRangeValuePattern Interface

Exposes properties and methods for a UI Automation element that has a range of values.

IUIAutomationRangeValuePattern Members

CachedIsReadOnly Retrieves a cached value that specifies whether the value of the element can be changed.
CachedLargeChange Retrieves from the cache the amount by which the value of the control is changed when a large adjustment is made.
CachedMaximum Retrieves the cached maximum value of the control.
CachedMinimum Retrieves the cached minimum value of the control.
CachedSmallChange Retrieves from the cache the amount by which the value of the control changes when a small change is made.
CachedValue Retrieves the cached value of the control.
CurrentIsReadOnly Retrieves a value that specifies whether the value of the element can be changed.
CurrentLargeChange Retrieves the amount by which the value of the control is changed when a large adjustment is made.
CurrentMaximum Retrieves the maximum value of the control.
CurrentMinimum Retrieves the minimum value of the control.
CurrentSmallChange Retrieves the amount by which the value of the control changes when a small change is made.
CurrentValue Retrieves the value of the control.
SetValue Sets the value of the control.

Interface Information

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