Vcl.DockTabSet.TDockTabSet.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 published
Vcl.DockTabSet.pas
Vcl.DockTabSet.hpp
Vcl.DockTabSet TDockTabSet

Description

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

Vcl.DockTabSet.TDockTabSet.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