Contents Index Topic Contents | ||
Previous Topic: LVN_SETDISPINFO Next Topic: NM_CUSTOMDRAW (list view) |
NM_CLICK (list view)
NM_CLICK lpnmlv = (LPNMLISTVIEW) lParam;Sent by a list view control when the user clicks an item with the left mouse button. This notification message is sent in the form of a WM_NOTIFY message.
- The return value for this notification is not used.
- 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_CLICK notification except that, in version 4.71 and later, the list view supplies an NMLISTVIEW structure instead of an NMHDR structure for the lParam.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.