NMTVCUSTOMDRAW

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/2010

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

Syntax

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

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.

Requirements

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

See Also

Reference

COLORREF
NM_CUSTOMDRAW