Contents Index Topic Contents | ||
Previous Topic: ListView_GetHotCursor Next Topic: ListView_GetHoverTime |
ListView_GetHotItem
INT ListView_GetHotItem( HWND hwndLV );Retrieves the index of the hot item. You can use this macro or send the LVM_GETHOTITEM message explicitly.
- Returns the index of the item that is currently hot.
- hwndLV
- Handle to a list view control.
Version 4.70
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.