Skip to main content
Version: 4.1

MessageBoxIcon

Namespace: Wisej.Web

Assembly: Wisej.Framework (4.1.0.0)

Specifies the type of icon to display in the MessageBox or AlertBox.

public enum MessageBoxIcon : Enum

Fields

NameDescription
ErrorThe message box contains an icon consisting of an X or an exclamation point typically on a red background to symbolize an error condition.
HandThe message box contains an icon consisting of a raised hand.
InformationThe message box contains an icon consisting of the letter i in a circle
NoneNo icon is shown in the message box.
QuestionThe message box contains an icon consisting of a question mark in a circle.
StopThe message box contains an icon consisting of a stop sign.
WarningThe message box contains an icon consisting of an exclamation point in a triangle to symbolize a warning sign.

Used By

NameDescription
MessageBox.ShowDisplays a message box with the specified text, caption, buttons, icon, default button, options, and Help button.
MessageBox.ShowAsyncAsynchronously displays a message box with the specified text, caption, buttons, icon, default button, options, and Help button.
AlertBox.ShowDisplays an alert box with the specified text and icon in the specified position.
Application.PlayPlays one of the built-in sounds