Beta Documentation - Subject to change.

Replaces the selected text.

Syntax

Lua
function Label:SetSelectedText(value);

Parameters

value
Type: string
The text to replace the selected text with.

Remarks

Replaces the selected text with the text specified.

See Also