Skip to content

Latest commit

 

History

History
58 lines (37 loc) · 1.67 KB

lvm-sethotcursor.md

File metadata and controls

58 lines (37 loc) · 1.67 KB
title description ms.assetid keywords topic_type api_name api_location api_type ms.topic ms.date
LVM_SETHOTCURSOR message (Commctrl.h)
Sets the HCURSOR value that the list-view control uses when the pointer is over an item while hot tracking is enabled.
e3ff8608-9389-4167-839b-ecc2be01bb64
LVM_SETHOTCURSOR message Windows Controls
apiref
LVM_SETHOTCURSOR
Commctrl.h
HeaderDef
reference
05/31/2018

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
Commctrl.h