#define TVS_ICONFORSELECT 0x0000L |
The fold icon is used to indicate selected item.
For TreeView control with TVS_ICONFORSELECT style, the item icons will be used to indicate selected or unselected status of the item.
Definition at line 132 of file treeview.h.
#define TVS_NOTIFY 0x0001L |
Sends the parent window notification messages when the user clicks or double-clicks the control.
Definition at line 114 of file treeview.h.
#define TVS_SORT 0x0010L |
Enables sorting in the treeview.
Definition at line 141 of file treeview.h.
#define TVS_WITHICON 0x0002L |
The treeview item will use icons to indicate folded or unfolded status.
Definition at line 120 of file treeview.h.