Contents Index Topic Contents | ||
Previous Topic: NMLVCACHEHINT Next Topic: NMLVDISPINFO |
NMLVCUSTOMDRAW
typedef struct tagNMLVCUSTOMDRAW { NMCUSTOMDRAW nmcd; COLORREF clrText; COLORREF clrTextBk; #if (_WIN32_IE >= 0x0400) int iSubItem; #endif } NMLVCUSTOMDRAW, *LPNMLVCUSTOMDRAW;Contains information specific to an NM_CUSTOMDRAW notification message sent by a list view control.
- nmcd
- NMCUSTOMDRAW structure that contains general custom draw information.
- clrText
- COLORREF value representing the color that will be used to display text foreground in the list view control.
- clrTextBk
- COLORREF value representing the color that will be used to display text background in the list view control.
- iSubItem
- Version 4.71. Index of the subitem that is being drawn. If the main item is being drawn, this member will be zero.
Version 4.70
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.