MessageBoxStyle

The icon (and, for question, the buttons) a message box shows.

Values

ValueMeaning
info

Informational message with an "i" icon and an OK button.

warning

Warning with a "!" icon and an OK button.

error

Error with a stop icon and an OK button.

question

Question with a "?" icon and Yes/No buttons.

Meta