Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Sets the current hot item of a list view control.
int SetHotItem(
int iIndex
);
Parameters
- iIndex
Zero-based index of the item to be set as the hot item.
Return Value
The zero-based index of the previously hot item.
Remarks
This member function implements the behavior of the Win32 macro, ListView_SetHotItem, as described in the Windows SDK.
Example
See the example for CListCtrl::GetHotItem.
Requirements
Header: afxcmn.h