NMTVCUSTOMDRAW (Windows CE 5.0)

Send Feedback

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

typedefstructtagNMTVCUSTOMDRAW{NMCUSTOMDRAWnmcd;COLORREFclrText;COLORREFclrTextBk;}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

OS Versions: Windows CE 2.0 and later.
Header: Commctrl.h.

See Also

COLORREF | NM_CUSTOMDRAW

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.