Graphisoft®

Dialog ManagerVersion: 2.0

TreeView::GetItemFlag Enum

The flag used at the GetItem method.

enum GetItemFlag
{
    First =  DG_TVG_FIRST,
    Next =  DG_TVG_NEXT,
    Previous =  DG_TVG_PREVIOUS,
    Parent =  DG_TVG_PARENT,
    Child =  DG_TVG_CHILD,
    FirstListed =  DG_TVG_FIRSTLISTED,
    LastListed =  DG_TVG_LASTLISTED,
    NextListed =  DG_TVG_NEXTLISTED,
    PreviousListed =  DG_TVG_PREVLISTED
};

Value Definitions

First
The first item in the tree view.
Next
The next item of the tree view (the one after tvItem) on the same hierarchy level.
Previous
The previous item of the tree view (the one before tvItem) on the same hierarchy level.
Parent
The parent of tvItem, i.e. the item one level higher in the hierarchy.
Child
The (first) child item of tvItem, i.e. the first item one level lower in the hierarchy.
FirstListed
The same as First.
LastListed
The last listed (visible) item in the tree view.
NextListed
The next listed (visible) item in the tree view.
PreviousListed
The previous listed (visible) item in the tree view.