ClassRadSliderAutomationPeer
Class
Provides the automation peer for the RadSlider control. This class is responsible for exposing the functionalities of the RadSlider to accessibility tools by providing the necessary UI Automation features.
Definition
Namespace:Telerik.Windows.Automation.Peers
Assembly:Telerik.Windows.Controls.dll
Syntax:
cs-api-definition
public class RadSliderAutomationPeer : RadSliderAutomationPeer, IRangeValueProvider
Inheritance: objectRangeBaseAutomationPeerRadSliderAutomationPeerRadSliderAutomationPeer
Implements:
Inherited Members
Constructors
RadSliderAutomationPeer(RadSlider)
Initializes a new instance of the RadSliderAutomationPeer class.
Declaration
cs-api-definition
public RadSliderAutomationPeer(RadSlider owner)
Parameters
owner
Methods
GetChildrenCore()
Declaration
cs-api-definition
[SuppressMessage("Microsoft.Design", "CA1002:DoNotExposeGenericLists", Justification = "This is an override of a built-in class, the return type cannot be changed.")]
protected override List<AutomationPeer> GetChildrenCore()
Returns
List<AutomationPeer>