NumericUpDown.

HideUpDownButtons Property

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:

Attributes

Type Description
Bindable
Category
DefaultValueAttribute

Value

Type Description
bool