MessageBox
Wisej.Web.MessageBox
Last updated
Was this helpful?
Wisej.Web.MessageBox
Last updated
Was this helpful?
Namespace: Wisej.Web
Assembly: Wisej.Framework (4.0.0.0)
Displays a message box that can contain text, buttons, and symbols that inform and instruct the user.
Frees resources related to this component.
Processes the event from the client.
Renders the client component.
Displays a message box with the specified text, caption, buttons, icon, default button, options, and Help button.
text
The text to display in the message box. Newlines (CRLF) are converted to <BR/> when the text doesn't contain any html.
One of the MessageBoxButtons values that specifies which buttons to display in the message box.
One of the MessageBoxIcon values that specifies which icon to display in the message box.
One of the MessageBoxDefaultButton values that specifies the default button for the message box.
Indicates whether the message box is modal and waits for the user response before resuming execution. When set to false, the return value is always DialogResult.None. The default is true - modal.
Keeps the message box in the viewable area when being moved by the user. The default is false.
Optional async handler for the close event; called when the MessageBox has been closed.
Returns: DialogResult. One of the DialogResult values.
Displays a message box with the specified text, caption, buttons, icon, default button, options, and Help button.
text
The text to display in the message box. Newlines (CRLF) are converted to <BR/> when the text doesn't contain any html.
One of the MessageBoxButtons values that specifies which buttons to display in the message box.
One of the MessageBoxIcon values that specifies which icon to display in the message box.
One of the MessageBoxDefaultButton values that specifies the default button for the message box.
Indicates whether the dialog box is modal and waits for the user response before resuming execution. When set to false, the return value is always DialogResult.None. The default is true - modal.
Keeps the message box in the viewable area when being moved by the user. The default is false.
Optional async handler for the close event; called when the MessageBox has been closed.
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.
text
The text to display in the message box. Newlines (CRLF) are converted to <BR/> when the text doesn't contain any html.
One of the MessageBoxButtons values that specifies which buttons to display in the message box.
One of the MessageBoxIcon values that specifies which icon to display in the message box.
One of the MessageBoxDefaultButton values that specifies the default button for the message box.
Indicates whether the dialog box is modal and waits for the user response before resuming execution. When set to false, the return value is always DialogResult.None. The default is true - modal.
Keeps the message box in the viewable area when being moved by the user. The default is false.
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.
text
The text to display in the message box. Newlines (CRLF) are converted to <BR/> when the text doesn't contain any html.
One of the MessageBoxButtons values that specifies which buttons to display in the message box.
One of the MessageBoxIcon values that specifies which icon to display in the message box.
One of the MessageBoxDefaultButton values that specifies the default button for the message box.
Indicates whether the dialog box is modal and waits for the user response before resuming execution. When set to false, the return value is always DialogResult.None. The default is true - modal.
Keeps the message box in the viewable area when being moved by the user. The default is false.
Returns: Task<DialogResult>. One of the DialogResult values.
Provides access to the UserData
and Tag
properties associated to the component implementing this interface.
All wisej components implement this interface.
Allows an object to serialize itself.
caption
buttons
icon
defaultButton
modal
allowHtml
keepOnScreen
rightToLeft
onclose
caption
buttons
icon
defaultButton
modal
allowHtml
keepOnScreen
rightToLeft
onclose
caption
buttons
icon
defaultButton
modal
allowHtml
keepOnScreen
rightToLeft
caption
buttons
icon
defaultButton
modal
allowHtml
keepOnScreen
rightToLeft