MB_HELP top-level constant

  1. @Deprecated('Use MESSAGEBOX_STYLE.MB_HELP instead')
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

@Deprecated('Use MESSAGEBOX_STYLE.MB_HELP instead')
const MB_HELP = 0x00004000;