New to Telerik UI for WPFStart a free 30-day trial

UI AutomationPeer class for RadSlider.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.dll

Syntax:

C#
[Obsolete("This class will be removed. Use Telerik.Windows.Automation.Peers.RadSliderAutomationPeer instead")]
public class RadSliderAutomationPeer : RangeBaseAutomationPeer, IRangeValueProvider

Inheritance: objectRangeBaseAutomationPeerRadSliderAutomationPeer

Derived Classes: RadSliderAutomationPeer

Implements: IRangeValueProvider

Inherited Members RangeBaseAutomationPeer.IsReadOnlyRangeBaseAutomationPeer.LargeChangeRangeBaseAutomationPeer.MaximumRangeBaseAutomationPeer.MinimumRangeBaseAutomationPeer.SmallChangeRangeBaseAutomationPeer.Value...

Constructors

Initializes a new instance of the RadSliderAutomationPeer class.

C#
public RadSliderAutomationPeer(RadSlider owner)
Parameters:ownerRadSlider

Methods

GetAutomationControlTypeCore()

AutomationControlType

C#
protected override AutomationControlType GetAutomationControlTypeCore()
Returns:

AutomationControlType

C#
protected override string GetClassNameCore()
Returns:

string

C#
protected override Point GetClickablePointCore()
Returns:

Point

C#
protected override string GetHelpTextCore()
Returns:

string

C#
protected override string GetItemStatusCore()
Returns:

string

C#
protected override string GetNameCore()
Returns:

string

C#
public override object GetPattern(PatternInterface patternInterface)
Parameters:patternInterfacePatternInterfaceReturns:

object

Overrides: RangeBaseAutomationPeer.GetPattern(PatternInterface)