ListView_SetHotCursorListView_SetHotCursor*
*Contents  *Index  *Topic Contents
*Previous Topic: ListView_SetExtendedListViewStyleEx
*Next Topic: ListView_SetHotItem

ListView_SetHotCursor


HCURSOR ListView_SetHotCursor(
    HWND    hwndLV,
    HCURSOR hCursor
);

Sets the HCURSOR that the list view control uses when the pointer is over an item while hot tracking is enabled. You can use this macro or send the LVM_SETHOTCURSOR message explicitly.

hwndLV
Handle to a list view control.
hCursor
Handle to the cursor to be set.

A list view control uses hot tracking and hover selection when the LVS_EX_TRACKSELECT style is set.

Version 4.70


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