ClassRadRangeBaseAutomationPeer
Class
Provides an automation peer for the RadRangeBase class, enabling UI automation clients to interact with the control as a range value provider. This class extends and implements the IRangeValueProvider interface, allowing retrieval and manipulation of the value, range, and properties of the associated RadRangeBase control.
Definition
Namespace:Telerik.Windows.Automation.Peers
Assembly:Telerik.Windows.Controls.dll
Syntax:
cs-api-definition
public class RadRangeBaseAutomationPeer : FrameworkElementAutomationPeer, IRangeValueProvider
Inheritance: objectRadRangeBaseAutomationPeer
Derived Classes:
Implements:
Constructors
RadRangeBaseAutomationPeer(RadRangeBase)
Initializes a new instance of the RadRangeBaseAutomationPeer class.
Declaration
cs-api-definition
public RadRangeBaseAutomationPeer(RadRangeBase owner)
Parameters
owner
The owner.
Methods
GetPattern(PatternInterface)
Gets the control pattern for the UIElement that is associated with this .
Declaration
cs-api-definition
public override object GetPattern(PatternInterface patternInterface)
Parameters
patternInterface
PatternInterface
A value from the enumeration.
Returns