Specifies the icon that is displayed by a message box.

Namespace:  C1.WPF
Assembly:  C1.WPF (in C1.WPF.dll)

Syntax

C#
public enum C1MessageBoxIcon
Visual Basic
Public Enumeration C1MessageBoxIcon
XAML Attribute Usage
<object property="enumerationMemberName" .../>

Members

Member nameValueDescription
None0 No icon is displayed.
Error1 The message box displays an error icon.
Warning2 The message box displays a warning icon.
Information3 The message box displays an information icon.
Question4 The message box displays an information icon.

See Also