Skip to content

Latest commit

 

History

History
66 lines (37 loc) · 1.67 KB

nm-rclick-status-bar.md

File metadata and controls

66 lines (37 loc) · 1.67 KB
title description ms.assetid keywords topic_type api_name api_location api_type ms.topic ms.date
NM_RCLICK (status bar) notification code (Commctrl.h)
Notifies the parent window of a status bar control that the user has clicked the right mouse button within the control. This notification code is sent in the form of a WM\_NOTIFY message.
9a441d32-f4e4-42ae-877f-17079b0188f4
NM_RCLICK (status bar) notification code Windows Controls
apiref
NM_RCLICK
Commctrl.h
HeaderDef
reference
05/31/2018

NM_RCLICK (status bar) notification code

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

NM_RCLICK

    lpnm = (LPNMMOUSE) lParam;

Parameters

lParam

Pointer to an NMMOUSE structure that contains additional information about this notification.

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