Summary
Gets or sets a value indicating whether the user can use the arrow keys
Key.Up and Key.Down to change the value.
- Namespace
- MahApps
.Metro .Controls - Containing Type
- NumericUpDown
Syntax
[Bindable(true)]
[Category("Behavior")]
[DefaultValue(true)]
public bool InterceptArrowKeys { get; set; }
Attributes
| Type | Description |
|---|---|
| Bindable | |
| Category | |
| Default |
Value
| Type | Description |
|---|---|
| bool |
