PasswordBoxIHandlerReadOnly Property |
Gets or sets a value indicating whether the value is read only
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax bool ReadOnly { get; set; }
Property ReadOnly As Boolean
Get
Set
abstract ReadOnly : bool with get, set
Property Value
Type:
Booleantrue if read only; otherwise,
false.
See Also