NM_RCLICK (status bar)NM_RCLICK (status bar)*
*Contents  *Index  *Topic Contents
*Previous Topic: NM_DBLCLK (status)
*Next Topic: NM_RDBLCLK (status bar)

NM_RCLICK (status bar)

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

Syntax


NM_RCLICK 
    lpnmh = (LPNMHDR) lParam; 

Parameters


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

Return Value


The return value is ignored by the status bar.

Remarks


Version 4.72


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