NMTVCUSTOMDRAWNMTVCUSTOMDRAW*
*Contents  *Index  *Topic Contents
*Previous Topic: NMTREEVIEW
*Next Topic: NMTVDISPINFO

NMTVCUSTOMDRAW


typedef struct tagNMTVCUSTOMDRAW {
    NMCUSTOMDRAW nmcd;
    COLORREF clrText;
    COLORREF clrTextBk;
#if (_WIN32_IE >= 0x0400)
    int iLevel;
#endif
} NMTVCUSTOMDRAW, *LPNMTVCUSTOMDRAW;

Contains information specific to an NM_CUSTOMDRAW notification message sent by a tree 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.
iLevel
Version 4.71. Zero-based level of the item being drawn. The root item is at level zero, a child of the root item is at level one, and so on.

Version 4.70


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.