Summary
Gets or sets a value indicating whether the up/down button of the control are visible.
- Namespace
- MahApps
.Metro .Controls - Containing Type
- NumericUpDown
Syntax
[Bindable(true)]
[Category("Appearance")]
[DefaultValue(false)]
public bool HideUpDownButtons { get; set; }
Remarks
If the value is false then the
Value
of the control can be changed only if one of the following cases is satisfied:
-
InterceptArrowKeys
is true. -
InterceptMouseWheel
is true. -
InterceptManualEnter
is true.
Attributes
Type | Description |
---|---|
Bindable | |
Category | |
Default |
Value
Type | Description |
---|---|
bool |