Contents Index Topic Contents | ||
Previous Topic: ListView_SetHotCursor Next Topic: ListView_SetHoverTime |
ListView_SetHotItem
INT ListView_SetHotItem( HWND hwndLV, INT iIndex );Sets the hot item in a list view control. You can use this macro or send the LVM_SETHOTITEM message explicitly.
- Returns the index of the item that was previously hot.
- hwndLV
- Handle to a list view control.
- iIndex
- Zero-based index of the item to be set as the hot item.
Version 4.70
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.