MB_ICONSTOP top-level constant

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

A stop-sign icon appears in the message box.

Implementation

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