NM_CUSTOMDRAW (rebar)NM_CUSTOMDRAW (rebar)*
*



Contents  *



Index  *Topic Contents
*Previous Topic: Rebar Control Notification Messages
*Next Topic: NM_NCHITTEST (rebar)

NM_CUSTOMDRAW (rebar)


NM_CUSTOMDRAW
    lpNMCustomDraw = (LPNMCUSTOMDRAW) lParam;

Sent by the rebar 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 identifier of the band being drawn. The lItemlParam member of this structure contains the lParam of the band being drawn.

Version 4.70

See also Using Custom Draw


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