ClassRadRangeSliderAutomationPeer
Class
Automation Peer for the RadRangeSlider class.
Definition
Namespace:Telerik.UI.Automation.Peers
Assembly:Telerik.WinUI.Controls.dll
Syntax:
cs-api-definition
public class RadRangeSliderAutomationPeer : SliderBaseAutomationPeer, IRangeValueProvider, IValueProvider
Inheritance: objectRadControlAutomationPeerRadHeaderedControlAutomationPeerRangeControlBaseAutomationPeerRangeInputBaseAutomationPeerSliderBaseAutomationPeerRadRangeSliderAutomationPeer
Implements:
Inherited Members
Constructors
RadRangeSliderAutomationPeer(RadRangeSlider)
Initializes a new instance of the RadRangeSliderAutomationPeer class.
Declaration
cs-api-definition
public RadRangeSliderAutomationPeer(RadRangeSlider owner)
Parameters
owner
The owner.
Properties
Methods
GetAutomationControlTypeCore()
Declaration
cs-api-definition
protected override AutomationControlType GetAutomationControlTypeCore()
Returns
AutomationControlType
Overrides
GetChildrenCore()
Declaration
cs-api-definition
protected override IList<AutomationPeer> GetChildrenCore()
Returns
IList<AutomationPeer>
GetLocalizedControlTypeCore()
Declaration
cs-api-definition
protected override string GetLocalizedControlTypeCore()
Returns
Overrides
GetPatternCore(PatternInterface)
Declaration
cs-api-definition
protected override object GetPatternCore(PatternInterface patternInterface)
Parameters
patternInterface
PatternInterface
Returns
Overrides