MB_ICONQUESTION top-level constant

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

A question-mark icon appears in the message box.

The question-mark message icon is no longer recommended because it does not clearly represent a specific type of message and because the phrasing of a message as a question could apply to any message type. In addition, users can confuse the message symbol question mark with Help information. Therefore, do not use this question mark message symbol in your message boxes. The system continues to support its inclusion only for backward compatibility.

Implementation

@Deprecated('Use MESSAGEBOX_STYLE.MB_ICONQUESTION instead')
const MB_ICONQUESTION = 0x00000020;