| TextBoxIsReadOnly Property |
Gets or sets a value indicating whether this text box is read-only.
This is a game object property.
Namespace: DigitalRune.Game.UI.ControlsAssembly: DigitalRune.Game.UI (in DigitalRune.Game.UI.dll) Version: 1.8.0.0 (1.8.0.14553)
Syntax [BrowsableAttribute(false)]
public bool IsReadOnly { get; set; }
<BrowsableAttribute(false)>
Public Property IsReadOnly As Boolean
Get
Set
public:
[BrowsableAttribute(false)]
property bool IsReadOnly {
bool get ();
void set (bool value);
}
[<BrowsableAttribute(false)>]
member IsReadOnly : bool with get, set
Property Value
Type:
Boolean if this text box is read-only; otherwise,
.
See Also