IRangeValueProvider Interface

Definition

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

public interface class IRangeValueProvider
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("36dc7aef-33e6-4691-afe1-2be7274b3d33")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IRangeValueProvider
public interface IRangeValueProvider
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Runtime.InteropServices.Guid("36dc7aef-33e6-4691-afe1-2be7274b3d33")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IRangeValueProvider = interface
type IRangeValueProvider = interface
Public Interface IRangeValueProvider
Derived
Attributes

Remarks

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

Properties

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.

Methods

SetValue(Double)

Sets the value of the control.

Applies to

See also