canResize([value])

Class: InternalWindow.

Description:

Sets or gets the ability to resize the window in GUI. Programmatically it can still be resized even when this is disabled.

Parameters:

Name Type Description

[value]

boolean

true to enable (default), false - to disable.

Returns:

Returns this component instance if argument is set, otherwise returns current value.

Type: InternalWindow | boolean