RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TApplication.AutoDragDocking Property

Indicates whether dragged windows are automatically docked.

Pascal
property AutoDragDocking: Boolean;
C++
__property Boolean AutoDragDocking;

Set AutoDragDocking to enable drag-and-dock behavior when windows are dragged. When AutoDragDocking is true, dragged windows are automatically docked when the mouse is released over a docking site. When AutoDragDocking is false, dragged windows are only docked when the Ctrl key is pressed. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!