Vcl.Touch.GestureCtrls.TGesturePreview.DragKind

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DragKind;

C++

__property DragKind = {default=0};

Properties

Type Visibility Source Unit Parent
property published
Vcl.Touch.GestureCtrls.pas
Vcl.Touch.GestureCtrls.hpp
Vcl.Touch.GestureCtrls TGesturePreview

Description

Specifies whether the control is being dragged normally or for docking.

Vcl.Touch.GestureCtrls.TGesturePreview.DragKind inherits from Vcl.Controls.TControl.DragKind. All content below this line refers to Vcl.Controls.TControl.DragKind.

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