ClassRadNumericUpDownAutomationPeer
Exposes Spinner types to UI Automation.
Definition
Namespace:Telerik.Windows.Automation.Peers
Assembly:Telerik.Windows.Controls.Input.dll
Syntax:
public class RadNumericUpDownAutomationPeer : RadRangeBaseAutomationPeer, IRangeValueProvider
Inheritance: objectRadRangeBaseAutomationPeerRadNumericUpDownAutomationPeer
Implements:
Inherited Members
Constructors
RadNumericUpDownAutomationPeer(RadNumericUpDown)
Initializes a new instance of the RadNumericUpDownAutomationPeer class.
Declaration
public RadNumericUpDownAutomationPeer(RadNumericUpDown owner)
Parameters
owner
The RadNumericUpDown that is associated with this RadNumericUpDownAutomationPeer.
Methods
GetAutomationControlTypeCore()
Gets the control type for the RadNumericUpDown that is associated with this RadNumericUpDownAutomationPeer.
Declaration
protected override AutomationControlType GetAutomationControlTypeCore()
Returns
AutomationControlType
GetClassNameCore()
Gets the name of the RadNumericUpDown that is associated with this RadNumericUpDownAutomationPeer.
GetClickablePointCore()
Called by GetClickablePoint.
Declaration
protected override Point GetClickablePointCore()
Returns
Point
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 .