MB_YESNOCANCEL top-level constant

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

The message box contains three push buttons: Yes, No, and Cancel.

Implementation

@Deprecated('Use MESSAGEBOX_STYLE.MB_YESNOCANCEL instead')
const MB_YESNOCANCEL = 0x00000003;