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.
| Lua |
|---|
function Label:SetSelectedText(value); |