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.
- Returns an HCURSOR value that is the cursor that was previously used when the pointer was over an item.
- 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
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.