RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomTreeView.SetDragMode Method

Sets the drag mode for the tree view.

Pascal
procedure SetDragMode(Value: TDragMode); override;
C++
virtual __fastcall SetDragMode(TDragMode Value);

SetDragMode is the protected write implementation for the DragMode property. It sends a message to the tree view window to suppress automatic drag behavior when DragMode is set to dmManual. 

 

DragMode

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!