Vcl.Controls.TControl.DragKind
Delphi
property DragKind: TDragKind read FDragKind write FDragKind default dkDrag;
C++
__property System::Uitypes::TDragKind DragKind = {read=FDragKind, write=FDragKind, default=0};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | protected | Vcl.Controls.pas Vcl.Controls.hpp |
Vcl.Controls | TControl |
Description
Specifies whether the control is being dragged normally or for docking.
Use DragKind to get or set whether the control participates in drag-and-drop operations or drag-and-dock operations.