MB_ICONERROR top-level constant

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

A stop-sign icon appears in the message box.

Implementation

@Deprecated('Use MESSAGEBOX_STYLE.MB_ICONERROR instead')
const MB_ICONERROR = MB_ICONHAND;