MB_CANCELTRYCONTINUE top-level constant

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

The message box contains three push buttons: Cancel, Try Again, Continue. Use this message box type instead of MB_ABORTRETRYIGNORE.

Implementation

@Deprecated('Use MESSAGEBOX_STYLE.MB_CANCELTRYCONTINUE instead')
const MB_CANCELTRYCONTINUE = 0x00000006;