Vcl.ComCtrls.TTrackBar.DragKind
Delphi
property DragKind: TDragKind read FDragKind write FDragKind default 0;
C++
__property DragKind = {default=0};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | published | Vcl.ComCtrls.pas Vcl.ComCtrls.hpp |
Vcl.ComCtrls | TTrackBar |
Description
Specifies whether the control is being dragged normally or for docking.
Vcl.ComCtrls.TTrackBar.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.