commctrl.h

Macro ListView_SetToolTips

Asigna el control tooltip que el control list-view usará para mostrar tooltips. Se puede usar esta macro o enviar el mensaje LVM_SETTOOLTIPS explícitamente.

Definición

HWND ListView_SetToolTips(
    HWND hwndLV,
    HWND hwndNewHwnd
);

Descripción

hwndLV
Un manipulador del control list-view.
hwndNewHwnd
Un manipulador del control tooltip a asignar.

Valor de retorno

Devuelve el manipulador del control tooltip previo.