MB_HELP top-level constant Null safety
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;
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.
const MB_HELP = 0x00004000;