MB_TOPMOST top-level constant

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

The message box is created with the WS_EX_TOPMOST window style.

Implementation

@Deprecated('Use MESSAGEBOX_STYLE.MB_TOPMOST instead')
const MB_TOPMOST = 0x00040000;