LBN_KILLFOCUS

3.0

The LBN_KILLFOCUS notification message is sent when a list box loses the input focus. The parent window of the list box receives this notification message through a WM_COMMAND message.

Parameters

wParam

Specifies the identifier of the list box.

lParam

Specifies the handle of the list box in the low-order word, and specifies the LBN_KILLFOCUS notification message in the high-order word.

See Also

LBN_SETFOCUS, WM_COMMAND