NumericUpDown.

IsReadOnly Property

Summary

Gets or sets a value indicating whether the text can be changed by the use of the up or down buttons only.
Namespace
MahApps.Metro.Controls
Containing Type
NumericUpDown

Syntax

[Bindable(true)]
[Category("Appearance")]
[DefaultValue(false)]
public bool IsReadOnly { get; set; }

Attributes

Type Description
Bindable
Category
DefaultValueAttribute

Value

Type Description
bool