MB_RIGHT top-level constant

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

The text is right-justified.

Implementation

@Deprecated('Use MESSAGEBOX_STYLE.MB_RIGHT instead')
const MB_RIGHT = 0x00080000;