Syntax
Lua |
---|
function Label:IsSelectable(); |
Returns
Type: booleanTrue 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.
Lua |
---|
function Label:IsSelectable(); |