MB_DEFBUTTON1 top-level constant

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

The first button is the default button.

MB_DEFBUTTON1 is the default unless MB_DEFBUTTON2, MB_DEFBUTTON3, or MB_DEFBUTTON4 is specified.

Implementation

@Deprecated('Use MESSAGEBOX_STYLE.MB_DEFBUTTON1 instead')
const MB_DEFBUTTON1 = 0x00000000;