Vcl.ExtCtrls.TControlBar.DockSite

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DockSite: Boolean read FDockSite write SetDockSite default 1;

C++

__property DockSite = {default=1};

Properties

Type Visibility Source Unit Parent
property published
Vcl.ExtCtrls.pas
Vcl.ExtCtrls.hpp
Vcl.ExtCtrls TControlBar

Description


Specifies whether the control can be the target of drag-and-dock operations.

Vcl.ExtCtrls.TControlBar.DockSite inherits from Vcl.Controls.TWinControl.DockSite. All content below this line refers to Vcl.Controls.TWinControl.DockSite.

Specifies whether the control can be the target of drag-and-dock operations.

Set DockSite to true to allow other controls to be docked to this windowed control.

Code Examples