Class UpDownTextBox
Primitive control - TextBox with UpPressed and DownPressed events for use in a NumericUpDown to make up and down keys work to increment and decrement the values.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: System.Windows.Controls.Primitives
Assembly: OpenSilver.dll
Syntax
public class UpDownTextBox : TextBox
Methods
| Improve this Doc View SourceOnKeyDown(KeyEventArgs)
Called before the KeyDown event occurs.
Declaration
protected override void OnKeyDown(KeyEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
KeyEventArgs | e | The data for the event. |
Overrides
Events
| Improve this Doc View SourceDownPressed
DownPressed event property.
Declaration
public event EventHandler DownPressed
Event Type
Type | Description |
---|---|
System.EventHandler |
UpPressed
UpPressed event property.
Declaration
public event EventHandler UpPressed
Event Type
Type | Description |
---|---|
System.EventHandler |