Click or drag to resize

PasswordBoxReadOnly 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
public bool ReadOnly { get; set; }

Property Value

Type: Boolean
true if the control is read only; otherwise, false.
See Also