Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Sent when the user selects 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_HILITE
WPARAM wParam;
LPARAM lParam;
Parameters
-
wParam
-
The LOWORD contains the button's control identifier. The HIWORD specifies the notification code.
-
lParam
-
Handle to the button.
Remarks
BN_HILITE is the same as the BN_PUSHED notification code.
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows Vista [desktop apps only] |
Minimum supported server |
Windows Server 2003 [desktop apps only] |
Header |
|