IconType

The type of icon to show in the message box. Some message boxes will not show the icon.

1 enum IconType {
2 	None,
3 	Information,
4 	Error,
5 	Warning,
6 }

Values

ValueMeaning
None
Information
Error
Warning

Meta