MessageBoxIconEnum Enumeration

Enumerates supported types of icons of MessageBox.

Definition

Namespace: BeeMobile.MessageBox.Enums
Assembly: BeeMobile.MessageBox.AVA (in BeeMobile.MessageBox.AVA.dll) Version: 11.0.0.0+25fcde4cb1146137b36e11419a35b5b60dc956f0
C#
public enum MessageBoxIconEnum

Members

NoIcon0 Represents a state in which no icon is shown by MessageBox.
Information1 Represents a state in which informational icon is shown by MessageBox.
Question2 Represents a state in which question mark icon is shown by MessageBox.
Warning3 Represents a state in which warning icon is shown by MessageBox.
Error4 Represents a state in which error icon is shown by MessageBox.

See Also