Skip to content

Latest commit

 

History

History
66 lines (37 loc) · 1.77 KB

nm-rdblclk-status-bar.md

File metadata and controls

66 lines (37 loc) · 1.77 KB
title description ms.assetid keywords topic_type api_name api_location api_type ms.topic ms.date
NM_RDBLCLK (status bar) notification code (Commctrl.h)
Notifies the parent windows of a status bar control that the user has double-clicked the right mouse button within the control. This notification code is sent in the form of a WM\_NOTIFY message.
57d8c5a7-e179-4b65-a3aa-5566d5780c18
NM_RDBLCLK (status bar) notification code Windows Controls
apiref
NM_RDBLCLK
Commctrl.h
HeaderDef
reference
05/31/2018

NM_RDBLCLK (status bar) notification code

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

NM_RDBLCLK

    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