Beta Documentation - Subject to change.

Gets the text of the window.

Syntax

Lua
function Window:GetText();

Returns

Type: string
The text of the window.

Remarks

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

See Also