NMLVCUSTOMDRAW

This structure contains information specific to an NM_CUSTOMDRAW notification message sent by a list view control.

At a Glance

Header file: Commctrl.h
Windows CE versions: 2.0 and later

Syntax

typedef struct tagNMLVCUSTOMDRAW {
NMCUSTOMDRAW nmcd;
COLORREF clrText;
COLORREF clrTextBk;
}
NMLVCUSTOMDRAW, *LPNMLVCUSTOMDRAW;

Members

nmcd

NMCUSTOMDRAW structure that contains general custom draw information.

clrText

COLORREF value that represents the color that is used to display text foreground in the list view control.

clrTextBk

COLORREF value that represents the color that is used to display text background in the list view control.