ReactOS 0.4.15-dev-6057-gd708c79
|
#include <commctrl.h>
Public Attributes | |
NMCUSTOMDRAW | nmcd |
COLORREF | clrText |
COLORREF | clrTextBk |
int | iLevel |
Definition at line 3748 of file commctrl.h.
COLORREF tagNMTVCUSTOMDRAW::clrText |
Definition at line 3750 of file commctrl.h.
Referenced by parent_wnd_proc(), TREEVIEW_DrawItem(), and TREEVIEW_SendCustomDrawNotify().
COLORREF tagNMTVCUSTOMDRAW::clrTextBk |
Definition at line 3751 of file commctrl.h.
Referenced by parent_wnd_proc(), TREEVIEW_DrawItem(), and TREEVIEW_SendCustomDrawNotify().
int tagNMTVCUSTOMDRAW::iLevel |
Definition at line 3752 of file commctrl.h.
Referenced by TREEVIEW_SendCustomDrawItemNotify(), and TREEVIEW_SendCustomDrawNotify().
NMCUSTOMDRAW tagNMTVCUSTOMDRAW::nmcd |
Definition at line 3749 of file commctrl.h.
Referenced by parent_wnd_proc(), TREEVIEW_SendCustomDrawItemNotify(), and TREEVIEW_SendCustomDrawNotify().