Main Page | Modules | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals | Related Pages

_TVITEMINFO Struct Reference
[TreeView control]

#include <treeview.h>

Data Fields


Detailed Description

TreeView item info structure

Definition at line 75 of file treeview.h.


Field Documentation

DWORD dwAddData
 

Additional data associated with the item.

Definition at line 100 of file treeview.h.

DWORD dwFlags
 

State flags of the item, can be OR'ed by the following values:

  • TVIF_ROOT
    The item is a root item.
  • TVIF_SELECTED
    The item is a selected item.
  • TVIF_FOLD
    The item is folded.

When adding an item to the TreeView control, only TVIF_FOLD flag is valid.

Definition at line 92 of file treeview.h.

HICON hIconFold
 

Handle to the icon of the folded item.

Definition at line 95 of file treeview.h.

HICON hIconUnfold
 

Handle to the icon of the unfolded item.

Definition at line 97 of file treeview.h.

char* text
 

Text of the item

Definition at line 78 of file treeview.h.


The documentation for this struct was generated from the following file:
Generated on Mon Jun 26 14:21:35 2006 for MiniGUI V2.0.3 API Reference by  doxygen 1.4.2