MessageBoxIcon

Wisej.Web.MessageBoxIcon

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

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

public enum MessageBoxIcon : Enum

Fields

NameDescription

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

NameDescription

Displays a message box with the specified text, caption, buttons, icon, default button, options, and Help button.

Asynchronously displays a message box with the specified text, caption, buttons, icon, default button, options, and Help button.

Displays an alert box with the specified text and icon in the specified position.

Plays one of the built-in sounds

Last updated