Contents Index Topic Contents | ||
Previous Topic: LVM_SETEXTENDEDLISTVIEWSTYLE Next Topic: LVM_SETHOTITEM |
LVM_SETHOTCURSOR
LVM_SETHOTCURSOR wParam = 0; lParam = (LPARAM)(HCURSOR) hCursor;Sets the HCURSOR value that the list view control uses when the pointer is over an item while hot tracking is enabled. You can send this message explicitly or use the ListView_SetHotCursor macro.
- Returns an HCURSOR value that is the previous hot cursor.
- 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.