Beta Documentation - Subject to change.

Sets the maximum height of the window.

Syntax

Lua
function Window:SetMaximumHeight(value);

Parameters

value
Type: number
The maximum height of the window.

Remarks

Sets the maximum height of the window.

See Also