MB_SETFOREGROUND top-level constant

  1. @Deprecated('Use MESSAGEBOX_STYLE.MB_SETFOREGROUND instead')
int const MB_SETFOREGROUND

The message box becomes the foreground window. Internally, the system calls the SetForegroundWindow function for the message box.

Implementation

@Deprecated('Use MESSAGEBOX_STYLE.MB_SETFOREGROUND instead')
const MB_SETFOREGROUND = 0x00010000;