Vcl.ExtCtrls.TCustomControlBar.DockSite

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DockSite default True;

C++

__property DockSite = {default=1};

Properties

Type Visibility Source Unit Parent
property protected
Vcl.ExtCtrls.pas
Vcl.ExtCtrls.hpp
Vcl.ExtCtrls TCustomControlBar

Description

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

Vcl.ExtCtrls.TCustomControlBar.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