ReactOS 0.4.15-dev-6047-gb29e82d
|
#include <commctrl.h>
Public Attributes | |
NMCUSTOMDRAW | nmcd |
COLORREF | clrText |
COLORREF | clrTextBk |
int | iSubItem |
DWORD | dwItemType |
COLORREF | clrFace |
int | iIconEffect |
int | iIconPhase |
int | iPartId |
int | iStateId |
RECT | rcText |
UINT | uAlign |
Definition at line 3061 of file commctrl.h.
COLORREF tagNMLVCUSTOMDRAW::clrFace |
Definition at line 3067 of file commctrl.h.
COLORREF tagNMLVCUSTOMDRAW::clrText |
Definition at line 3063 of file commctrl.h.
Referenced by cd_wndproc(), customdraw_fill(), ListViewCustomDraw(), and prepaint_setup().
COLORREF tagNMLVCUSTOMDRAW::clrTextBk |
Definition at line 3064 of file commctrl.h.
Referenced by cd_wndproc(), customdraw_fill(), LISTVIEW_DrawItemPart(), ListViewCustomDraw(), and prepaint_setup().
DWORD tagNMLVCUSTOMDRAW::dwItemType |
Definition at line 3066 of file commctrl.h.
int tagNMLVCUSTOMDRAW::iIconEffect |
Definition at line 3068 of file commctrl.h.
int tagNMLVCUSTOMDRAW::iIconPhase |
Definition at line 3069 of file commctrl.h.
int tagNMLVCUSTOMDRAW::iPartId |
Definition at line 3070 of file commctrl.h.
int tagNMLVCUSTOMDRAW::iStateId |
Definition at line 3071 of file commctrl.h.
int tagNMLVCUSTOMDRAW::iSubItem |
Definition at line 3065 of file commctrl.h.
Referenced by cd_wndproc(), customdraw_fill(), LISTVIEW_DrawItem(), and notify_customdraw().
NMCUSTOMDRAW tagNMLVCUSTOMDRAW::nmcd |
Definition at line 3062 of file commctrl.h.
Referenced by cd_wndproc(), customdraw_fill(), LISTVIEW_DrawItem(), LISTVIEW_DrawItemPart(), ListViewCustomDraw(), notify_customdraw(), and prepaint_setup().
RECT tagNMLVCUSTOMDRAW::rcText |
Definition at line 3072 of file commctrl.h.
UINT tagNMLVCUSTOMDRAW::uAlign |
Definition at line 3073 of file commctrl.h.