NM_CUSTOMDRAW (header)NM_CUSTOMDRAW (header)*
*Contents  *Index  *Topic Contents
*Previous Topic: HDN_TRACK
*Next Topic: NM_RCLICK (header)

NM_CUSTOMDRAW (header)


NM_CUSTOMDRAW
    lpNMCustomDraw = (LPNMCUSTOMDRAW) lParam;

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

lpNMCustomDraw
Address of an NMCUSTOMDRAW structure that contains information about the drawing operation. The dwItemSpec member of this structure contains the index of the item being drawn and the lItemlParam member of this structure contains the item's lParam.

Version 4.70

See also Using Custom Draw


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