MB_DEFAULT_DESKTOP_ONLY top-level constant

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

Same as desktop of the interactive window station.

If the current input desktop is not the default desktop, MessageBox does not return until the user switches to the default desktop.

Implementation

@Deprecated('Use MESSAGEBOX_STYLE.MB_DEFAULT_DESKTOP_ONLY instead')
const MB_DEFAULT_DESKTOP_ONLY = 0x00020000;