Class RadNumericUpDownAutomationPeer
Exposes Spinner types to UI Automation.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Automation.Peers
Assembly: Telerik.Windows.Controls.Input.dll
Syntax
public class RadNumericUpDownAutomationPeer : RadRangeBaseAutomationPeer, IRangeValueProvider
Constructors
RadNumericUpDownAutomationPeer(RadNumericUpDown)
Initializes a new instance of the RadNumericUpDownAutomationPeer class.
Declaration
public RadNumericUpDownAutomationPeer(RadNumericUpDown owner)
Parameters
RadNumericUpDown
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
System.Windows.Automation.Peers.AutomationControlType
|
GetClassNameCore()
Gets the name of the RadNumericUpDown that is associated with this RadNumericUpDownAutomationPeer.
Declaration
protected override string GetClassNameCore()
Returns
System.String
|
Overrides
GetClickablePointCore()
Called by GetClickablePoint.
Declaration
protected override Point GetClickablePointCore()
Returns
System.Windows.Point
|
GetHelpTextCore()
Declaration
protected override string GetHelpTextCore()
Returns
System.String
|
Overrides
IsControlElementCore()
Gets or sets a value that indicates whether the System.Windows.UIElement that is associated with this System.Windows.Automation.Peers.UIElementAutomationPeer is understood by the end user as interactive. Optionally, the user might understand the System.Windows.UIElement as contributing to the logical structure of the control in the GUI. This method is called by System.Windows.Automation.Peers.AutomationPeer.IsControlElement.
Declaration
protected override bool IsControlElementCore()
Returns
System.Boolean
true. |