Specifies the icon that is displayed by a message box.
Namespace:
C1.WPFAssembly: C1.WPF (in C1.WPF.dll)
Syntax
C# |
---|
public enum C1MessageBoxIcon |
Visual Basic |
---|
Public Enumeration C1MessageBoxIcon |
XAML Attribute Usage |
---|
<object property="enumerationMemberName" .../> |
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. |