MB_ABORTRETRYIGNORE top-level constant

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

The message box contains three push buttons: Abort, Retry, and Ignore.

Implementation

@Deprecated('Use MESSAGEBOX_STYLE.MB_ABORTRETRYIGNORE instead')
const MB_ABORTRETRYIGNORE = 0x00000002;