Class RadRangeBaseAutomationPeer
Inheritance
System.Object
RadRangeBaseAutomationPeer
Namespace: Telerik.Windows.Controls.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
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
|