commctrl.h
Macro ListView_SetHotItem
Asigna el ítem caliente en un control list-view. Se puede usar esta macro o enviar el mensaje LVM_SETHOTITEM explícitamente.
Definición
INT ListView_SetHotItem( HWND hwnd, INT i );
Descripción
- hwnd
- Un manipulador del control list-view.
- i
- En índice basado en cero del ítem a asignar como ítem caliente.
Valor de retorno
Devuelve el índice del ítem caliente previo.