Beta Documentation - Subject to change.

Sets the text of the window.

Syntax

Lua
function Window:SetText(value);

Parameters

value
Type: string
The text of the window.

Remarks

Sets the text that is usually displayed as part of the caption for a window.

See Also