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

Exposes Spinner types to UI Automation.

Definition

Namespace:Telerik.Windows.Automation.Peers

Assembly:Telerik.Windows.Controls.Input.dll

Syntax:

C#
public class RadNumericUpDownAutomationPeer : RadRangeBaseAutomationPeer, IRangeValueProvider

Inheritance: objectRadRangeBaseAutomationPeerRadNumericUpDownAutomationPeer

Implements: IRangeValueProvider

Inherited Members RadRangeBaseAutomationPeer.GetItemStatusCore()RadRangeBaseAutomationPeer.GetPattern(PatternInterface)

Constructors

Initializes a new instance of the RadNumericUpDownAutomationPeer class.

C#
public RadNumericUpDownAutomationPeer(RadNumericUpDown owner)
Parameters:ownerRadNumericUpDown

The RadNumericUpDown that is associated with this RadNumericUpDownAutomationPeer.

Methods

Gets the control type for the RadNumericUpDown that is associated with this RadNumericUpDownAutomationPeer.

C#
protected override AutomationControlType GetAutomationControlTypeCore()
Returns:

AutomationControlType

Gets the name of the RadNumericUpDown that is associated with this RadNumericUpDownAutomationPeer.

C#
protected override string GetClassNameCore()
Returns:

string

Overrides: RadRangeBaseAutomationPeer.GetClassNameCore()

Called by GetClickablePoint.

C#
protected override Point GetClickablePointCore()
Returns:

Point

C#
protected override string GetHelpTextCore()
Returns:

string

Overrides: RadRangeBaseAutomationPeer.GetHelpTextCore()

Gets or sets a value that indicates whether the UIElement that is associated with this is understood by the end user as interactive. Optionally, the user might understand the UIElement as contributing to the logical structure of the control in the GUI. This method is called by .

C#
protected override bool IsControlElementCore()
Returns:

bool

true.