Class RadSliderAutomationPeer
UI AutomationPeer class for RadSlider.
Inherited Members
Namespace: Telerik.Windows.Automation.Peers
Assembly: Telerik.Windows.Controls.dll
Syntax
public class RadSliderAutomationPeer : RadSliderAutomationPeer, IRangeValueProvider
Constructors
RadSliderAutomationPeer(RadSlider)
Initializes a new instance of the RadSliderAutomationPeer class.
Declaration
public RadSliderAutomationPeer(RadSlider owner)
Parameters
RadSlider
owner
|
Methods
GetChildrenCore()
Declaration
protected override List<AutomationPeer> GetChildrenCore()
Returns
System.Collections.Generic.List<System.Windows.Automation.Peers.AutomationPeer>
|