NM_RCLICK (list view)NM_RCLICK (list view)*
*Contents  *Index  *Topic Contents
*Previous Topic: NM_KILLFOCUS (list view)
*Next Topic: NM_RDBLCLK (list view)

NM_RCLICK (list view)


NM_RCLICK
    lpnmlv = (LPNMLISTVIEW) lParam;

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

lpnmlv
Version 4.71. Address of an NMLISTVIEW structure that contains additional information about this notification message. The iItem, iSubItem, and ptAction members of this structure contain information about the item.

This notification is identical to the standard NM_RCLICK notification except that, in version 4.71 and later, the list view supplies a NMLISTVIEW structure instead of an NMHDR structure for the lParam.


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