Beta Documentation - Subject to change.

Gets a flag indicating if the text in the label is selectable.

Syntax

Lua
function Label:IsSelectable();

Returns

Type: boolean
True if the text in the label is selectable.

Remarks

When true, the text of a label can be selected using the mouse by clicking and dragging.

See Also