Graphisoft®

Dialog ManagerVersion: 2.0

TreeView::DragDropFlag Enum

The DragDrop/NoDragDrop flag of the tree view.

enum DragDropFlag
{
    NoDragDrop =  0,
    DragDrop =  DG_TVT_DRAGDROP
};

Value Definitions

NoDragDrop
Drag and drop is not enabled.
DragDrop
Drag and drop is enabled.