| NumericStepperReadOnly 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
Syntaxpublic bool ReadOnly { get; set; }Public Property ReadOnly As Boolean
	Get
	Set
member ReadOnly : bool with get, set
Property Value
Type: 
Booleantrue if the control is read only; otherwise, 
false.
 Remarks
Remarks
            A read only control can copy the value and focus the control, but cannot edit or change the value.
            
 See Also
See Also