canMove([value])

Class: InternalWindow.

Description:

Sets or gets the ability to move the window in GUI by dragging title bar or resizing. Programmatically it can still be moved and resized even when this is disabled.
This may not be supported in Linux and some other systems.

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