BS_NOTIFY top-level constant

int const BS_NOTIFY

Enables a button to send BN_KILLFOCUS and BN_SETFOCUS notification codes to its parent window. Note that buttons send the BN_CLICKED notification code regardless of whether it has this style. To get BN_DBLCLK notification codes, the button must have the BS_RADIOBUTTON or BS_OWNERDRAW style.

Implementation

const BS_NOTIFY = 0x00004000;