LVM_GETHOTCURSOR message
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.
Parameters
-
wParam
- Must be zero.
-
lParam
- Must be zero.
Return value
Returns an HCURSOR value that is the handle to the cursor that the list-view control uses when hot tracking is enabled.
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 |
|