MessageBoxImage Enumeration
.NET Framework 4.5
Specifies the icon that is displayed by a message box.
Assembly: PresentationFramework (in PresentationFramework.dll)
| Member name | Description | |
|---|---|---|
| Asterisk | The message box contains a symbol consisting of a lowercase letter i in a circle. | |
| Error | The message box contains a symbol consisting of white X in a circle with a red background. | |
| Exclamation | The message box contains a symbol consisting of an exclamation point in a triangle with a yellow background. | |
| Hand | The message box contains a symbol consisting of a white X in a circle with a red background. | |
| Information | The message box contains a symbol consisting of a lowercase letter i in a circle. | |
| None | No icon is displayed. | |
| Question | The message box contains a symbol consisting of a question mark in a circle. | |
| Stop | The message box contains a symbol consisting of white X in a circle with a red background. | |
| Warning | The message box contains a symbol consisting of an exclamation point in a triangle with a yellow background. |
The following table shows the different message box icons.
| Hand |
| Question |
| Exclamation |
| Asterisk |
| Stop |
| Error |
| Warning |
| Information |
For a sample that demonstrates several options when using the MessageBox, see MessageBox Sample.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.



