RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWinControl.UseDockManager Property

Specifies whether the docking manager is used in drag-and-dock operations.

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

Use UseDockManager to get or set whether a docking manager is used in drag-and-dock operations.  

The docking manager handles the positioning of docked controls and any painting of docking zones around those controls. If you do not use a docking manager, docked controls are aligned to the windowed control based on the closest edge to where they are released. When you do not use a docking manager, there is no region for a user to grab to automatically undock a docked control. 

 

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