Specifies the icon that is displayed by a message box.
Namespace:
C1.SilverlightAssembly: C1.Silverlight (in C1.Silverlight.dll)
Syntax
C# |
---|
public enum C1MessageBoxIcon |
Visual Basic |
---|
Public Enumeration C1MessageBoxIcon |
Members
Member name | Value | Description | |
---|---|---|---|
None | 0 | No icon is displayed. | |
Error | 1 | The message box displays an error icon. | |
Warning | 2 | The message box displays a warning icon. | |
Information | 3 | The message box displays an information icon. | |
Question | 4 | The message box displays an information icon. |