ReadOnly Property (GcNumberCellType)
Gets or sets a value that indicates whether this control is read-only.
public bool ReadOnly {get; set;}
'Declaration
Public Property ReadOnly As Boolean
'Usage
Dim instance As GcNumberCellType
Dim value As Boolean
instance.ReadOnly = value
value = instance.ReadOnly
Property Value
true if the control is read-only; otherwise,
false.
The default is
false.