L_ILN_KEYDOWN

Sent when the user presses a key while the ImageList Control has the focus.

Parameter

Description

wParam

idCtrl = (L_INT) LOWORD(wParam) identifier of control.

 

wNotifyCode = HIWORD(wParam) notification code.

lParam

pKeyInfo = (pLILKEYDOWN) lParam pointer to key info structure.

Comments

Sent when the user presses a key while the ImageList Control has the focus. pKeyInfo contains information about the key that was pressed.

The parent window of the control receives this notification message through the WM_COMMAND message.

See Also

Elements:

L_ILN_SETFOCUS, L_ILN_KILLFOCUS, L_ILN_HSCROLL, L_ILN_VSCROLL, L_ILN_CLICKED, L_ILN_ITEMSEL

Topics:

Using the ImageList Control
Image List Control Command Notifications