BN_CLICKED
Sent when the user clicks a button.
The parent window of the button receives the BN_CLICKED notification code through the WM_COMMAND message.
Syntax
BN_CLICKED
WPARAM wParam
LPARAM lParam;
Parameters
- wParam
The low-order word contains the button's control identifier. The high-order word specifies the notification message.
lParam
A handle to the button.
Return Value
No return value.
Remarks
A disabled button does not send a BN_CLICKED notification message to its parent window.
Notification Requirements
- Minimum DLL Version None
- Header Declared in Winuser.h, include Windows.h
- Minimum operating systems Windows 95, Windows NT 3.1