Controls.TControl.DragKind

From RAD Studio VCL Reference
Jump to: navigation, search

Contents

Delphi Information

From Controls.pas

	property DragKind: TDragKind read FDragKind write FDragKind;


Unit: Controls

Type: property

Visibility: protected

Member Of: TControl

C++ Information

From Controls.hpp

	__property Controls::TDragKind DragKind = {read=FDragKind,write=FDragKind};


Unit: Controls

Type: property

Visibility: protected

Member Of: 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.

See Also

Personal tools
Translations
Newest Version