ListView_GetHotCursorListView_GetHotCursor*
*Contents  *Index  *Topic Contents
*Previous Topic: ListView_GetHeader
*Next Topic: ListView_GetHotItem

ListView_GetHotCursor


HCURSOR ListView_GetHotCursor(
    HWND hwndLV
);

Retrieves the HCURSOR used when the pointer is over an item while hot tracking is enabled. You can use this macro or send the LVM_GETHOTCURSOR message explicitly.

hwndLV
Handle to a list view control.

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.