Vcl.WinXCtrls.TSplitView.UseDockManager

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property UseDockManager;

C++

__property UseDockManager = {default=1};

Properties

Type Visibility Source Unit Parent
property published
Vcl.WinXCtrls.pas
Vcl.WinXCtrls.hpp
Vcl.WinXCtrls TSplitView

Description

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

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

Vcl.WinXCtrls.TSplitView.UseDockManager inherits from Vcl.Controls.TWinControl.UseDockManager. All content below this line refers to Vcl.Controls.TWinControl.UseDockManager.

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

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.

See Also