MB_TOPMOST top-level constant Null safety
The message box is created with the WS_EX_TOPMOST window style.
Implementation
const MB_TOPMOST = 0x00040000;
The message box is created with the WS_EX_TOPMOST window style.
const MB_TOPMOST = 0x00040000;