Beta Documentation - Subject to change.

Gets a flag indicating if the text in the control is read only.

Syntax

Lua
function TextBox:IsReadOnly();

Returns

Type: boolean
True if the control is read only.

Remarks

Gets a flag indicating if the text in the control is read only.

See Also