MessageBox
Wisej.Web.MessageBox
Last updated
Wisej.Web.MessageBox
Last updated
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.2.0.0)
Displays a message box that can contain text, buttons, and symbols that inform and instruct the user.
Displays a message box with the specified text, caption, buttons, icon, default button, options, and Help button.
Parameter | Type | Description |
---|
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.
Asynchronously displays a message box with the specified text, caption, buttons, icon, default button, options, and Help button.
Returns: . One of the values.
Parameter | Type | Description |
---|
Returns: . One of the values.
Parameter | Type | Description |
---|
Returns: . One of the values.
Parameter | Type | Description |
---|
Returns: . One of the values.
Name | Description |
---|
owner |
text | The text to display in the message box. Newlines (CRLF) are converted to when the text doesn't contain any html. |
caption | The text to display in the title bar of the message box. |
buttons |
icon |
defaultButton |
modal | Indicates whether the dialog box is modal and waits for the user response before resuming execution. When set to false, the return valid is always DialogResult.None. The default is true - modal. |
allowHtml | Allows the message text to include HTML code. |
keepOnScreen | Keeps the message box in the viewable area when being moved by the user. The default is false. |
rightToLeft | Indicates whether the dialog box should display it's content right aligned. |
onclose | Optional async handler for the close event; called when the MessageBox has been closed. |
text | The text to display in the message box. Newlines (CRLF) are converted to when the text doesn't contain any html. |
caption | The text to display in the title bar of the message box. |
buttons |
icon |
defaultButton |
modal | Indicates whether the dialog box is modal and waits for the user response before resuming execution. When set to false, the return valid is always DialogResult.None. The default is true - modal. |
allowHtml | Allows the message text to include HTML code. |
keepOnScreen | Keeps the message box in the viewable area when being moved by the user. The default is false. |
rightToLeft | Indicates whether the dialog box should display it's content right aligned. |
owner |
text | The text to display in the message box. Newlines (CRLF) are converted to when the text doesn't contain any html. |
caption | The text to display in the title bar of the message box. |
buttons |
icon |
defaultButton |
modal | Indicates whether the dialog box is modal and waits for the user response before resuming execution. When set to false, the return valid is always DialogResult.None. The default is true - modal. |
allowHtml | Allows the message text to include HTML code. |
keepOnScreen | Keeps the message box in the viewable area when being moved by the user. The default is false. |
rightToLeft | Indicates whether the dialog box should display it's content right aligned. |
All wisej components implement this interface. |
Allows an object to serialize itself. |
text | The text to display in the message box. Newlines (CRLF) are converted to when the text doesn't contain any html. |
caption | The text to display in the title bar of the message box. |
buttons |
icon |
defaultButton |
modal | Indicates whether the message box is modal and waits for the user response before resuming execution. When set to false, the return valid is always DialogResult.None. The default is true - modal. |
allowHtml | Allows the message text to include HTML code. |
keepOnScreen | Keeps the message box in the viewable area when being moved by the user. The default is false. |
rightToLeft | Indicates whether the dialog box should display it's content right aligned. |
onclose | Optional async handler for the close event; called when the MessageBox has been closed. |
An implementation of that owns the modal dialog box.
One of the values that specifies which buttons to display in the message box.
One of the values that specifies which icon to display in the message box.
One of the values that specifies the default button for the message box.
One of the values that specifies which buttons to display in the message box.
One of the values that specifies which icon to display in the message box.
One of the values that specifies the default button for the message box.
An implementation of that owns the modal dialog box.
One of the values that specifies which buttons to display in the message box.
One of the values that specifies which icon to display in the message box.
One of the values that specifies the default button for the message box.
One of the values that specifies which buttons to display in the message box.
One of the values that specifies which icon to display in the message box.
One of the values that specifies the default button for the message box.