MB_ICONEXCLAMATION top-level constant

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

An exclamation-point icon appears in the message box.

Implementation

@Deprecated('Use MESSAGEBOX_STYLE.MB_ICONEXCLAMATION instead')
const MB_ICONEXCLAMATION = 0x00000030;