LVM_SETHOTCURSOR message
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. To check whether hot tracking is enabled, call SystemParametersInfo.
Parameters
-
wParam
- Must be zero.
-
lParam
-
Handle to the cursor to be set.
Return value
Returns an HCURSOR value that is the previous hot cursor.
Remarks
A list-view control uses hot tracking and hover selection when the LVS_EX_TRACKSELECT style is set.
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows Vista [desktop apps only] |
Minimum supported server |
Windows Server 2003 [desktop apps only] |
Header |
|