Beta Documentation - Subject to change.

Closes the window.

Syntax

Lua
function Window:Close();

Remarks

This causes the window to close itself. The Closing event is fired first and if this permits the window to close the window will be set to not visible.

See Also