NM_CLICK (status bar)NM_CLICK (status bar)*
*Contents  *Index  *Topic Contents
*Previous Topic: Status Bar Notifications
*Next Topic: NM_DBLCLK (status bar)

NM_CLICK (status bar)


NM_CLICK 
    lpnmh = (LPNMHDR) lParam; 

Notifies a status bar control's parent window that the user has clicked the left mouse button within the control. NM_CLICK is sent in the form of a WM_NOTIFY message.

lpnmh
Address of an NMHDR structure that contains additional information about this notification message.

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