RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomControlBar.AutoDrag Property

Specifies whether control bands can be undocked by dragging.

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

Use AutoDrag to specify whether control bands are automatically undocked when the user drags them. If AutoDrag is true, control bands (TToolBar objects) are undocked when dragged off the control bar. Otherwise, control bands are kept within the control bar. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!