ListView_SetHotItemListView_SetHotItem*
*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.

hwndLV
Handle to a list view control.
iIndex
Zero-based index of the item to be set as the hot item.

Version 4.70


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.