Deployment Tools Foundation
MessageIcon Enumeration
Specifies constants defining which information to display. This can be cast to
the MessageBoxIcon enum in System.Windows.Forms and System.Windows.
Declaration Syntax| C# | Visual Basic | Visual C++ | F# |
public enum MessageIcon
Public Enumeration MessageIcon
public enum class MessageIcon
type MessageIcon
Members| Member | Description |
|---|---|
| None |
The message contain no symbols.
|
| Error |
The message contains a symbol consisting of white X in a circle with a red background.
|
| Hand |
The message contains a symbol consisting of a white X in a circle with a red background.
|
| Stop |
The message contains a symbol consisting of white X in a circle with a red background.
|
| Question |
The message contains a symbol consisting of a question mark in a circle.
|
| Exclamation |
The message contains a symbol consisting of an exclamation point in a triangle with a yellow background.
|
| Warning |
The message contains a symbol consisting of an exclamation point in a triangle with a yellow background.
|
| Information |
The message contains a symbol consisting of a lowercase letter i in a circle.
|
| Asterisk |
The message contains a symbol consisting of a lowercase letter i in a circle.
|
Assembly: Microsoft.Deployment.WindowsInstaller (Module: Microsoft.Deployment.WindowsInstaller.dll) Version: 3.0.0.0 (3.11.1.2318)