Indicates whether the control performs drag-drop or drag-dock.
Source position: controls.pp line 433
type TDragKind = (
dkDrag,
Control is dragged for dropping.
dkDock
Control is dragged for docking.
);