MB_ICONHAND top-level constant

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

A stop-sign icon appears in the message box.

Implementation

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