Syntax
Lua |
---|
function Window:SetMaximumWidth(value); |
Parameters
- value
-
Type:
number
The maximum width of the window.
Remarks
Sets the maximum width of the window.
Lua |
---|
function Window:SetMaximumWidth(value); |