IconType

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

enum IconType {
	None,
	Information,
	Error,
	Warning,
}

Values

ValueMeaning
None
Information
Error
Warning

Meta