Icon for a message box
| C# | Visual Basic | Visual C++ |
public enum MessageBoxIcon
Public Enumeration MessageBoxIcon
public enum class MessageBoxIcon
| Member | Description |
|---|---|
| Information |
Information
|
| Question |
Question
|
| Error |
Error
|
| OK |
OK
|
| Alert |
Alert
|
| Default |
Default
|