Contents Index Topic Contents | ||
Previous Topic: LVM_GETHEADER Next Topic: LVM_GETHOTITEM |
LVM_GETHOTCURSOR
LVM_GETHOTCURSOR wParam = 0; lParam = 0;Retrieves the HCURSOR value used when the pointer is over an item while hot tracking is enabled. You can send this message explicitly or use the ListView_GetHotCursor macro.
- Returns an HCURSOR value that is the handle to the cursor that the list view control uses when hot tracking is enabled.
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.