Vcl.Controls.TDragDockObject.DropOnControl

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DropOnControl: TControl read FDropOnControl;

C++

__property TControl* DropOnControl = {read=FDropOnControl};

Properties

Type Visibility Source Unit Parent
property public
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls TDragDockObject

Description

Specifies the control on which the dragged control would be docked if released.

Use DropOnControl to determine the control on which the dragged control would be dropped if released.