Enum MessageBox.MessageBoxType
Contains various supported message box types.
public enum MessageBox.MessageBoxType
Fields
Error = 0
This message box shows an error.
Information = 2
This message box shows information.
Warning = 1
This message box shows a warning.