Class
RadNumericUpDownAutomationPeer

Exposes Spinner types to UI Automation.

Definition

Namespace:Telerik.Windows.Automation.Peers

Assembly:Telerik.Windows.Controls.Input.dll

Syntax:

cs-api-definition
public class RadNumericUpDownAutomationPeer : RadRangeBaseAutomationPeer, IRangeValueProvider

Inheritance: objectRadRangeBaseAutomationPeerRadNumericUpDownAutomationPeer

Implements: IRangeValueProvider

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

Constructors

RadNumericUpDownAutomationPeer(RadNumericUpDown)

Initializes a new instance of the RadNumericUpDownAutomationPeer class.

Declaration

cs-api-definition
public RadNumericUpDownAutomationPeer(RadNumericUpDown owner)

Parameters

owner

RadNumericUpDown

The RadNumericUpDown that is associated with this RadNumericUpDownAutomationPeer.

Methods

GetAutomationControlTypeCore()

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

Declaration

cs-api-definition
protected override AutomationControlType GetAutomationControlTypeCore()

Returns

AutomationControlType

GetClassNameCore()

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

Declaration

cs-api-definition
protected override string GetClassNameCore()

Returns

string

Overrides RadRangeBaseAutomationPeer.GetClassNameCore()

GetClickablePointCore()

Called by GetClickablePoint.

Declaration

cs-api-definition
protected override Point GetClickablePointCore()

Returns

Point

GetHelpTextCore()

Declaration

cs-api-definition
protected override string GetHelpTextCore()

Returns

string

Overrides RadRangeBaseAutomationPeer.GetHelpTextCore()

IsControlElementCore()

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 .

Declaration

cs-api-definition
protected override bool IsControlElementCore()

Returns

bool

true.