RAD Studio VCL Reference
|
Specifies whether the docking manager is used in drag-and-dock operations.
property UseDockManager: Boolean;
__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) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|