Contents Index Topic Contents | ||
Previous Topic: LVN_KEYDOWN Next Topic: LVN_ODCACHEHINT |
LVN_MARQUEEBEGIN
LVN_MARQUEEBEGIN pnmv = (LPNMLISTVIEW) lParam;Notifies a list view control's parent window that a bounding box (marquee) selection has begun. This notification message is sent in the form of a WM_NOTIFY message.
Note A bounding box selection is the process of clicking the list view window's client area and dragging to select multiple items simultaneously.
- To accept the notification message, return zero. To quit the bounding box selection, return nonzero.
- pnmv
- Address of an NMHDR structure.
Version 4.70
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.