LVM_SETHOTCURSORLVM_SETHOTCURSOR*
*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.

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.