Class RadRangeBaseAutomationPeer
AutomationPeer for RadRangeBase.
Inheritance
Namespace: Telerik.Windows.Automation.Peers
Assembly: Telerik.Windows.Controls.dll
Syntax
public class RadRangeBaseAutomationPeer : FrameworkElementAutomationPeer, IRangeValueProvider
Constructors
RadRangeBaseAutomationPeer(RadRangeBase)
Initializes a new instance of the RadRangeBaseAutomationPeer class.
Declaration
public RadRangeBaseAutomationPeer(RadRangeBase owner)
Parameters
RadRangeBase
owner
The owner. |
Methods
GetClassNameCore()
Declaration
protected override string GetClassNameCore()
Returns
System.String
|
GetHelpTextCore()
Declaration
protected override string GetHelpTextCore()
Returns
System.String
|
GetItemStatusCore()
Declaration
protected override string GetItemStatusCore()
Returns
System.String
|
GetPattern(PatternInterface)
Gets the control pattern for the System.Windows.UIElement that is associated with this System.Windows.Automation.Peers.UIElementAutomationPeer.
Declaration
public override object GetPattern(PatternInterface patternInterface)
Parameters
System.Windows.Automation.Peers.PatternInterface
patternInterface
A value from the enumeration. |
Returns
System.Object
|