API:Vcl.Outline.TOutline.DragKind

From RAD Studio API Documentation

Delphi

property DragKind: TDragKind read FDragKind write FDragKind default 0;

C++

__property DragKind = {default=0};

Properties

Type Visibility Source Unit Parent
property published
Vcl.Outline.pas
Vcl.Outline.hpp
Vcl.Outline TOutline

Description

Specifies whether the control is being dragged normally or for docking. {{#multireplace:Vcl.Outline.TOutline.DragKind|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Vcl.Controls.TControl.DragKind|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:Vcl.Controls.TControl.DragKind|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

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.

See Also