Vcl.WinXCtrls.TRelativePanel.DockSite

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DockSite;

C++

__property DockSite = {default=0};

Properties

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

Description

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

Vcl.WinXCtrls.TRelativePanel.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