TreeView::ItemType Enum
Special tree item, or collection of items.
enum ItemType
{
AllItems = DG_ALL_ITEMS,
NoItem = DG_TVI_NONE,
RootItem = DG_TVI_ROOT,
TopItem = DG_TVI_TOP,
BottomItem = DG_TVI_BOTTOM
};
Value Definitions
- AllItems
-
All items of the tree view.
- NoItem
-
No item of the tree view.
- RootItem
-
The root item of the tree view.
- TopItem
-
The top item of the tree view.
- BottomItem
-
The bottom item of the tree view.
Description
Some methods expect tvItem, which can be one of these enumeration values too.