commctrl.h
Mensaje LVM_SETHOTCURSOR
Definición
LVM_SETHOTCURSOR hcur=(LPARAM)(HCURSOR)lParamAsigna el cursor que el control list-view usa cuando el puntero está sobre un ítem mientras está activo el seguimiento caliente. Se puede usar esta macro o enviar el mensaje ListView_SetHotCursor explícitamente. Para verificar si el seguimiento caliente está activado, invocar SystemParametersInfo.
Descripción
- hcur
- Un manipulador del cursor a asignar.
Valor de retorno
Devuelve el valor HCURSOR que era el cursor caliente previamente.
Observaciones
Un control list-view usa el seguimiento caliente y la selección por hover cuando el estilo LVS_EX_TRACKSELECT está asignado.