MB_APPLMODAL top-level constant

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

The user must respond to the message box before continuing work in the window identified by the hWnd parameter. However, the user can move to the windows of other threads and work in those windows.

Implementation

@Deprecated('Use MESSAGEBOX_STYLE.MB_APPLMODAL instead')
const MB_APPLMODAL = 0x00000000;