Programming |  Windows Programming |  bn_killfocus

 BN_KILLFOCUS

Sent when a button loses the keyboard focus. The button must have the BS_NOTIFY style to send this notification message.

The parent window of the button receives the BN_KILLFOCUS notification code through the WM_COMMAND message.

Syntax

    BN_KILLFOCUS
        WPARAM wParam
        LPARAM lParam;

Parameters

Return Value

No return value.

Notification Requirements