ClassRadNumericUpDown
Represents the RadNumericUpDown for Silverlight control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Xaml.Wpf
Assembly:Telerik.WebAii.Controls.Xaml.Wpf.dll
Syntax:
public class RadNumericUpDown : RangeBase, IAutomationPeer, IPeerConverter, IRadNumericUpDown, IRangeBase, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementWpfTestElementControlRangeBaseRadNumericUpDown
Implements:
Inherited Members
Constructors
RadNumericUpDown()
Initializes a new instance of the RadNumericUpDown class.
Declaration
public RadNumericUpDown()
Properties
ContentText
Gets the current text content held by the textbox. Uses an automation property taking the value from the NumericUpDown control.
CustomUnit
Gets the custom unit applied for the NumericUpDown. Uses an automation property taking the value from the NumericUpDown control.
Delay
Gets the NumericUpDown delay value (in milliseconds). Uses an automation property taking the value from the NumericUpDown control.
IsEditable
Gets whether the NumericUpDown is editable. Uses an automation property taking the value from the NumericUpDown control.
IsFocused
Gets whether the NumericUpDown is focused. Uses an automation property taking the value from the NumericUpDown control.
RepeatInterval
Gets the NumericUpDown repeat interval value (in milliseconds). Uses an automation property taking the value from the NumericUpDown control.
TextBoxElement
Gets the PickerTextBox element.
Declaration
public FrameworkElement TextBoxElement { get; }
Property Value
Implements
Methods
DecreaseValue()
Simulates user clicking on the 'decrease' spin button.
Declaration
public void DecreaseValue()
Implements
IncreaseValue()
Simulates user clicking on the 'increase' spin button.
Declaration
public void IncreaseValue()
Implements
TextBoxMouseWheel(int, MouseWheelTurnDirection)
Simulates turning mouse wheel for the given period and direction.
Declaration
public void TextBoxMouseWheel(int delta, MouseWheelTurnDirection direction)
Parameters
delta
The period to turn the mouse wheel in millis.
direction
Either 'forward' or 'backward' direction.