Contents Index Topic Contents | ||
Previous Topic: ListView_GetOrigin Next Topic: ListView_GetSelectionMark |
ListView_GetSelectedCount
UINT ListView_GetSelectedCount( HWND hwnd );Determines the number of selected items in a list view control. You can use this macro or send the LVM_GETSELECTEDCOUNT message explicitly.
- Returns the number of selected items.
- hwnd
- Handle to the list view control.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.