The BN_CLICKED notification message is sent when the user clicks a button.
Definition at line 595 of file button.h.
The BN_DBLCLK notification message is sent when the user double-clicks a button.
Definition at line 601 of file button.h.
The BN_DISABLE notification message is sent when the user disables a button. (the user sends BM_ENABLE(wParam == FALSE) to it).
Definition at line 634 of file button.h.
The BN_DISABLE notification message is sent when the user disables a button. (the user sends BM_ENABLE(wParam == TRUE) to it).
Definition at line 641 of file button.h.
The BN_HILITE notification message is sent when the user hilite a button (the user moves the mouse onto it).
Definition at line 608 of file button.h.
The BN_KILLFOCUS notification message is sent when a button loses the keyboard focus.
Definition at line 653 of file button.h.
The BN_PUSHED notification message is sent when the user pushes a button.
Definition at line 621 of file button.h.
The BN_SETFOCUS notification message is sent when a button receives the keyboard focus.
Definition at line 647 of file button.h.
The BN_UNHILITE notification message is sent when the user unhilite a button, (the user moves the mouse leaving it).
Definition at line 615 of file button.h.
The BN_UNPUSHED notification message is sent when the user unpushes a button.
Definition at line 627 of file button.h.