#include <treeview.h>
TreeView item info structure
Definition at line 70 of file treeview.h.
Additional data associated with the item.
Definition at line 95 of file treeview.h.
State flags of the item, can be OR'ed by the following values:
When adding an item to the TreeView control, only TVIF_FOLD flag is valid.
Definition at line 87 of file treeview.h.
Handle to the icon of the folded item.
Definition at line 90 of file treeview.h.
Handle to the icon of the unfolded item.
Definition at line 92 of file treeview.h.
char* text |
Text of the item
Definition at line 73 of file treeview.h.