MessageBoxIconEnum Enumeration
Enumerates supported types of icons of
MessageBox.
Namespace: BeeMobile.MessageBox.EnumsAssembly: BeeMobile.MessageBox.AVA (in BeeMobile.MessageBox.AVA.dll) Version: 11.0.0.0+25fcde4cb1146137b36e11419a35b5b60dc956f0
public enum MessageBoxIconEnum
| NoIcon | 0 |
Represents a state in which no icon is shown by MessageBox.
|
| Information | 1 |
Represents a state in which informational icon is shown by MessageBox.
|
| Question | 2 |
Represents a state in which question mark icon is shown by MessageBox.
|
| Warning | 3 |
Represents a state in which warning icon is shown by MessageBox.
|
| Error | 4 |
Represents a state in which error icon is shown by MessageBox.
|