RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TTreeNode.DropTarget Property

Indicates whether the tree node is drawn as a drag and drop target.

Pascal
property DropTarget: Boolean;
C++
__property Boolean DropTarget;

Use DropTarget to indicate that the node is a drag and drop target. When DropTarget is true, the node is drawn in a style used to indicate a drag and drop target.

Note: Setting DropTarget to true does cause the node to automatically accept dragged objects when they are released. The application must still implement the drop behavior.
 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!