Window.EnableMove

Syntax

EnableMove: Boolean

Description

The EnableMove property determines whether the window can be moved.

Comments

If the property is set to false the window cannot be moved. By default the property is set to True.

Example

Property example is given on the Example of Creating the Window Component page.

See also:

Window