MessageBoxIcon
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Specifies the type of icon to display in the MessageBox or AlertBox.
- C#
- VB.NET
public enum MessageBoxIcon : Enum
Public Enum MessageBoxIcon As [Enum]
Fields
| Name | Description |
|---|---|
| Error | The message box contains an icon consisting of an X or an exclamation point typically on a red background to symbolize an error condition. |
| Hand | The message box contains an icon consisting of a raised hand. |
| Information | The message box contains an icon consisting of the letter i in a circle |
| None | No icon is shown in the message box. |
| Question | The message box contains an icon consisting of a question mark in a circle. |
| Stop | The message box contains an icon consisting of a stop sign. |
| Warning | The message box contains an icon consisting of an exclamation point in a triangle to symbolize a warning sign. |
Used By
| Name | Description |
|---|---|
| MessageBox.Show | Displays a message box with the specified text, caption, buttons, icon, default button, options, and Help button. |
| MessageBox.ShowAsync | Asynchronously displays a message box with the specified text, caption, buttons, icon, default button, options, and Help button. |
| AlertBox.Show | Displays an alert box with the specified text and icon in the specified position. |
| Application.Play | Plays one of the built-in sounds |