![]() | ![]() | ![]() |
| ||
|
LVM_SETSELECTIONMARK
LVM_SETSELECTIONMARK wParam = 0; lParam = (LPARAM)(INT) iIndex;Sets the selection mark in a list view control. You can send this message explicitly or use the ListView_SetSelectionMark macro.
- Returns the previous selection mark, or -1 if there is no previous selection mark.
- iIndex
- Zero-based index of the new selection mark.
The selection mark is the item index from which a multiple selection starts. This message does not affect the selection state of the item.
Version 4.71
See also LVM_GETSELECTIONMARK
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.