MB_OKCANCEL top-level constant

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

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

Implementation

@Deprecated('Use MESSAGEBOX_STYLE.MB_OKCANCEL instead')
const MB_OKCANCEL = 0x00000001;