MessageBox

Wisej.Web.MessageBox

Namespace: Wisej.Web

Assembly: Wisej.Framework (2.5.0.0)

Displays a message box that can contain text, buttons, and symbols that inform and instruct the user.

public class MessageBox : Component

Methods

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

Returns: DialogResult. One of the DialogResult values.

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

Returns: DialogResult. One of the DialogResult values.

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

Returns: Task<DialogResult>. One of the DialogResult values.

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

Returns: Task<DialogResult>. One of the DialogResult values.

Implements

Last updated