Index
Collapse All
Expand All
IsReadOnly Method
TextBox Class
Members
See Also
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
TextBox
Turbine.UI