WM_CONTROL (in Button Controls) - Remarks
The button control generates this message and sends it to its owner, informing
the owner of this event, when:
- Its style is not BS_PUSHBUTTON and the button is pressed.
- It receives a BM_CLICK
message.
- Its style is BS_USERBUTTON and the button is clicked
or double clicked.
[Back: WM_CONTROL (in Button Controls) - Syntax]
[Next: WM_CONTROL (in Button Controls) - Default Processing]