Contents Index Topic Contents | ||
Previous Topic: LVM_GETSELECTEDCOUNT Next Topic: LVM_GETSTRINGWIDTH |
LVM_GETSELECTIONMARK
LVM_GETSELECTIONMARK wParam = 0; lParam = 0;Retrieves the selection mark from a list view control. You can send this message explicitly or use the ListView_GetSelectionMark macro.
- Returns the zero-based selection mark, or -1 if there is no selection mark.
The selection mark is the item index from which a multiple selection starts.
Version 4.71
See also LVM_SETSELECTIONMARK
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.