NM_CLICK (status bar) notification code

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

NM_CLICK

    lpnm = (LPNMMOUSE) lParam;

Parameters

lParam

Pointer to an NMMOUSE structure that contains additional information about this notification. The dwItemSpec member contains the index of the section that was clicked.

Return value

Return TRUE to indicate that the mouse click was handled and suppress default processing by the system. Return FALSE to allow default processing of the click.

Requirements

Requirement Value
Minimum supported client
Windows Vista [desktop apps only]
Minimum supported server
Windows Server 2003 [desktop apps only]
Header
Commctrl.h