IUIAutomationRangeValuePattern interface (uiautomationclient.h)
Provides access to a control that presents a range of values.
Inheritance
The IUIAutomationRangeValuePattern interface inherits from the IUnknown interface. IUIAutomationRangeValuePattern also has these types of members:
Methods
The IUIAutomationRangeValuePattern interface has these methods.
IUIAutomationRangeValuePattern::get_CachedIsReadOnly Retrieves a cached value that indicates whether the value of the element can be changed. |
IUIAutomationRangeValuePattern::get_CachedLargeChange Retrieves, from the cache, the value that is added to or subtracted from the value of the control when a large change is made, such as when the PAGE DOWN key is pressed. |
IUIAutomationRangeValuePattern::get_CachedMaximum Retrieves the cached maximum value of the control. |
IUIAutomationRangeValuePattern::get_CachedMinimum Retrieves the cached minimum value of the control. |
IUIAutomationRangeValuePattern::get_CachedSmallChange Retrieves, from the cache, the value that is added to or subtracted from the value of the control when a small change is made, such as when an arrow key is pressed. |
IUIAutomationRangeValuePattern::get_CachedValue Retrieves the cached value of the control. |
IUIAutomationRangeValuePattern::get_CurrentIsReadOnly Indicates whether the value of the element can be changed. |
IUIAutomationRangeValuePattern::get_CurrentLargeChange Retrieves the value that is added to or subtracted from the value of the control when a large change is made, such as when the PAGE DOWN key is pressed. |
IUIAutomationRangeValuePattern::get_CurrentMaximum Retrieves the maximum value of the control. |
IUIAutomationRangeValuePattern::get_CurrentMinimum Retrieves the minimum value of the control. |
IUIAutomationRangeValuePattern::get_CurrentSmallChange Retrieves the value that is added to or subtracted from the value of the control when a small change is made, such as when an arrow key is pressed. |
IUIAutomationRangeValuePattern::get_CurrentValue Retrieves the value of the control. |
IUIAutomationRangeValuePattern::SetValue Sets the value of the control. (IUIAutomationRangeValuePattern.SetValue) |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 7, Windows Vista with SP2 and Platform Update for Windows Vista, Windows XP with SP3 and Platform Update for Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2008 R2, Windows Server 2008 with SP2 and Platform Update for Windows Server 2008, Windows Server 2003 with SP2 and Platform Update for Windows Server 2008 [desktop apps only] |
Target Platform | Windows |
Header | uiautomationclient.h (include UIAutomation.h) |