MB_ICONASTERISK top-level constant

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

An icon consisting of a lowercase letter i in a circle appears in the message box.

Implementation

@Deprecated('Use MESSAGEBOX_STYLE.MB_ICONASTERISK instead')
const MB_ICONASTERISK = 0x00000040;