Contents Index Topic Contents | ||
Previous Topic: LVN_BEGINLABELEDIT Next Topic: LVN_COLUMNCLICK |
LVN_BEGINRDRAG
LVN_BEGINRDRAG pnmv = (LPNMLISTVIEW) lParam;Notifies a list view control's parent window that a drag-and-drop operation involving the right mouse button is being initiated. This notification message is sent in the form of a WM_NOTIFY message.
- No return value.
- pnmv
- Address of an NMLISTVIEW structure. The iItem member identifies the item being dragged, and the other members are zero.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.