MB_HELP top-level constant

int const MB_HELP

Adds a Help button to the message box. When the user clicks the Help button or presses F1, the system sends a WM_HELP message to the owner.

Implementation

const MB_HELP = 0x00004000;