MB_RETRYCANCEL top-level constant

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

The message box contains two push buttons: Retry and Cancel.

Implementation

@Deprecated('Use MESSAGEBOX_STYLE.MB_RETRYCANCEL instead')
const MB_RETRYCANCEL = 0x00000005;