Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
A version of this page is also available for
4/8/2010

This structure contains information specific to an NM_CUSTOMDRAWmessage sent by a tree view control.

Syntax

typedef struct tagNMTVCUSTOMDRAW {
  NMCUSTOMDRAW 
nmcd;
  COLORREF 
clrText;
  COLORREF 
clrTextBk;
} NMTVCUSTOMDRAW, *LPNMTVCUSTOMDRAW;

Members

nmcd

NMCUSTOMDRAWstructure that contains general Custom Draw information.

clrText

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

clrTextBk

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

Requirements

Header commctrl.h
Windows Embedded CE Windows CE 2.0 and later
Windows Mobile Windows Mobile Version 5.0 and later

See Also