MB_SETFOREGROUND top-level constant

int const MB_SETFOREGROUND

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

Implementation

const MB_SETFOREGROUND = 0x00010000;