Class RangeBaseAutomationPeer
Provides the automation peer for the RangeBase control, allowing for UI automation and accessibility features.
Inherited Members
Namespace: Telerik.Windows.Automation.Peers
Assembly: Telerik.Windows.Controls.dll
Syntax
public class RangeBaseAutomationPeer : RangeBaseAutomationPeer, IRangeValueProvider
Constructors
RangeBaseAutomationPeer(RangeBase)
Initializes a new instance of the RangeBaseAutomationPeer class.
Declaration
public RangeBaseAutomationPeer(RangeBase owner)
Parameters
System.Windows.Controls.Primitives.RangeBase
owner
|