Skip to content

Latest commit

 

History

History
70 lines (39 loc) · 1.93 KB

nm-rdblclk-list-view.md

File metadata and controls

70 lines (39 loc) · 1.93 KB
title description ms.assetid keywords topic_type api_name api_location api_type ms.topic ms.date
NM_RDBLCLK (list view) notification code (Commctrl.h)
Sent by a list-view control when the user double-clicks an item with the right mouse button. This notification code is sent in the form of a WM\_NOTIFY message.
ebbb127f-07bd-48e0-bf38-7bbda5802f70
NM_RDBLCLK (list view) notification code Windows Controls
apiref
NM_RDBLCLK
Commctrl.h
HeaderDef
reference
05/31/2018

NM_RDBLCLK (list view) notification code

Sent by a list-view control when the user double-clicks an item with the right mouse button. This notification code is sent in the form of a WM_NOTIFY message.

NM_RDBLCLK

    lpnmitem = (LPNMITEMACTIVATE) lParam;

Parameters

lParam

Version 4.71. Pointer to an NMITEMACTIVATE structure that contains additional information about this notification. The iItem, iSubItem, and ptAction members of this structure contain information about the item.

Return value

The return value for this notification is not used.

Remarks

The iItem member of lParam is valid only if the icon or first-column label has been clicked. To determine which item is selected when a click takes place elsewhere in a row, send an LVM_SUBITEMHITTEST message.

Requirements

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