BN_UNHILITE notification code

Sent when the highlight should be removed from a button.

Note

This notification code is provided only for compatibility with 16-bit versions of Windows earlier than version 3.0. Applications should use the BS_OWNERDRAW button style and the DRAWITEMSTRUCT structure for this task.

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

BN_UNHILITE

    WPARAM wParam;
    LPARAM lParam; 

Parameters

wParam

The LOWORD contains the button's control identifier. The HIWORD specifies the notification code.

lParam

A handle to the button.

Remarks

BN_UNHILITE is the same as the BN_UNPUSHED notification code.

Requirements

Requirement Value
Minimum supported client
Windows Vista [desktop apps only]
Minimum supported server
Windows Server 2003 [desktop apps only]
Header
Winuser.h (include Windows.h)