NM_CUSTOMDRAW (tree view)NM_CUSTOMDRAW (tree view)*
*Contents  *Index  *Topic Contents
*Previous Topic: NM_CLICK (tree view)
*Next Topic: NM_DBLCLK (tree view)

NM_CUSTOMDRAW (tree view)


NM_CUSTOMDRAW
    lpNMCustomDraw = (LPNMTVCUSTOMDRAW) lParam;

Sent by a tree view control to notify its parent window about drawing operations. This notification is sent in the form of a WM_NOTIFY message.

lpNMCustomDraw
Address of a NMTVCUSTOMDRAW structure that contains and receives information about the drawing operation. The dwItemSpec member of the nmcd member of this structure contains the handle of the item being drawn. The lItemlParam member of the nmcd member of this structure contains the lParam of the item being drawn.

Version 4.70

See also Using Custom Draw


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