TabControl.DragDropEnabled

Syntax

DragDropEnabled: Boolean

Description

The DragDropEnabled property sets whether it is possible to move tabs using the Drag&Drop method.

Comments

If the property is set to False tabs cannot be dragged. By default the property is set to True.

Example

The example of property use is given in the Example of Creating the TabControl Component page.

See also:

TabControl