Click or drag to resize

NumericStepperIHandlerReadOnly Property

Gets or sets a value indicating whether this NumericStepper is read only.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
bool ReadOnly { get; set; }

Property Value

Type: Boolean
true if the control is read only; otherwise, false.
Remarks
A read only control can copy the value and focus the control, but cannot edit or change the value.
See Also