Class
RadRangeBaseAutomationPeer

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: RadNumericUpDownAutomationPeer

Implements: IRangeValueProvider

Constructors

RadRangeBaseAutomationPeer(RadRangeBase)

Initializes a new instance of the RadRangeBaseAutomationPeer class.

Declaration

cs-api-definition
public RadRangeBaseAutomationPeer(RadRangeBase owner)

Parameters

owner

RadRangeBase

The owner.

Methods

GetClassNameCore()

Declaration

cs-api-definition
protected override string GetClassNameCore()

Returns

string

GetHelpTextCore()

Declaration

cs-api-definition
protected override string GetHelpTextCore()

Returns

string

GetItemStatusCore()

Declaration

cs-api-definition
protected override string GetItemStatusCore()

Returns

string

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

object