Class
RadSliderAutomationPeer

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: IRangeValueProvider

Inherited Members RadSliderAutomationPeer.GetPattern(PatternInterface)RadSliderAutomationPeer.GetAutomationControlTypeCore()RadSliderAutomationPeer.GetClassNameCore()RadSliderAutomationPeer.GetNameCore()RadSliderAutomationPeer.GetClickablePointCore()RadSliderAutomationPeer.GetHelpTextCore()RadSliderAutomationPeer.GetItemStatusCore()RangeBaseAutomationPeer.IsReadOnlyRangeBaseAutomationPeer.LargeChangeRangeBaseAutomationPeer.MaximumRangeBaseAutomationPeer.MinimumRangeBaseAutomationPeer.SmallChangeRangeBaseAutomationPeer.Value

Constructors

RadSliderAutomationPeer(RadSlider)

Initializes a new instance of the RadSliderAutomationPeer class.

Declaration

cs-api-definition
public RadSliderAutomationPeer(RadSlider owner)

Parameters

owner

RadSlider

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>