Class NumericUpDown
Numeric control for use in studio
Inheritance
System.Object
NumericUpDown
Namespace: Simplic.UI.Control
Assembly: Simplic.UI.dll
Syntax
public class NumericUpDown : RadNumericUpDown
Constructors
| Improve this Doc View SourceNumericUpDown()
Constructor
Declaration
public NumericUpDown()
Methods
| Improve this Doc View SourceOnGotFocus(RoutedEventArgs)
Custom got focus logic
Declaration
protected override void OnGotFocus(RoutedEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.RoutedEventArgs | e |
OnLostFocus(RoutedEventArgs)
Custom lost focus logic
Declaration
protected override void OnLostFocus(RoutedEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.RoutedEventArgs | e |