LBN_KILLFOCUS

Version 3.0

This code is sent when a list box loses input focus. The control's parent window receives this code through a WM_COMMAND message from the control.

Parameter

Description

 

wParam

Specifies the control ID of the list box.

 

lParam

Contains the list-box window handle in its low-order word and the LBN_KILLFOCUS code in its high-order word.