New to Telerik UI for WPFStart a free 30-day trial

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:

C#
public class RadRangeBaseAutomationPeer : FrameworkElementAutomationPeer, IRangeValueProvider

Inheritance: objectRadRangeBaseAutomationPeer

Derived Classes: RadNumericUpDownAutomationPeer

Implements: IRangeValueProvider

Constructors

Initializes a new instance of the RadRangeBaseAutomationPeer class.

C#
public RadRangeBaseAutomationPeer(RadRangeBase owner)
Parameters:ownerRadRangeBase

The owner.

Methods

C#
protected override string GetClassNameCore()
Returns:

string

C#
protected override string GetHelpTextCore()
Returns:

string

C#
protected override string GetItemStatusCore()
Returns:

string

Gets the control pattern for the UIElement that is associated with this .

C#
public override object GetPattern(PatternInterface patternInterface)
Parameters:patternInterfacePatternInterface

A value from the enumeration.

Returns:

object