MB_YESNO top-level constant

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

The message box contains two push buttons: Yes and No.

Implementation

@Deprecated('Use MESSAGEBOX_STYLE.MB_YESNO instead')
const MB_YESNO = 0x00000004;