Window.setMaxSize

Function/Meaning

[Windows *] Setting the maximum size of the window

Type
Windowclassmethod of
Syntax
setMaxSize(width, height)
Arguments
width

Specifies the maximum width of the window.
If you specify 0, there is no limit.

height

Specifies the maximum height of the window.
If you specify 0, there is no limit.

Return value
None (void)
Explanation

Specifies the maximum window size.
The window cannot be larger than the size specified by this method.

Reference
Window.setMixSize
Window.setSize
Window.maxWidth
Window.maxHeight