| MessageBoxImage Enumeration |
Specifies the icon that is displayed by a message box.
Namespace:
Cauldron.XAML
Assembly:
Cauldron.Win32.WPF (in Cauldron.Win32.WPF.dll) Version: 3.2.0.1 (3.2.0.1)
Syntax public enum MessageBoxImage
Members
| Member name | Value | Description |
---|
| None | 0 |
No icon is displayed.
|
| Error | 16 |
The message box contains a symbol consisting of white X in a circle with a red background.
|
| Question | 32 |
The message box contains a symbol consisting of a question mark in a circle.
|
| Exclamation | 48 |
The message box contains a symbol consisting of an exclamation point in a triangle with a yellow background.
|
| Information | 64 |
The message box contains a symbol consisting of a lowercase letter i in a circle.
|
See Also