Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Wisej.Web.MessageBoxDefaultButton
Namespace: Wisej.Web
Assembly: Wisej.Framework (4.0.0.0)
Specifies constants defining the default button on a MessageBox.
Button1
The first button on the message box is the default button.
Button2
The second button on the message box is the default button.
Button3
The third button on the message box is the default button.
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.
Wisej.Web.MessageBoxIcon
Namespace: Wisej.Web
Assembly: Wisej.Framework (4.0.0.0)
Specifies the type of icon to display in the MessageBox or AlertBox.
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.
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
Wisej.Web.MessageBoxIcon
Namespace: Wisej.Web
Assembly: Wisej.Framework (4.0.0.0)
Specifies the type of icon to display in the MessageBox or AlertBox.
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.
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
Wisej.Web.MessageBox
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.
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.
Returns: . One of the values.
Returns: . One of the values.
Returns: . One of the values.
config
Dynamic configuration object.
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.
text
The text to display in the message box. Newlines (CRLF) are converted to <BR/> when the text doesn't contain any html.
The text to display in the title bar of the message box.
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.
Allows the message text to include HTML code.
Keeps the message box in the viewable area when being moved by the user. The default is false.
Indicates whether the dialog box should display it's content right aligned.
Optional async handler for the close event; called when the MessageBox has been closed.
owner
An implementation of Form that owns the modal dialog box.
text
The text to display in the message box. Newlines (CRLF) are converted to <BR/> when the text doesn't contain any html.
The text to display in the title bar of the message box.
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.
Allows the message text to include HTML code.
Keeps the message box in the viewable area when being moved by the user. The default is false.
Indicates whether the dialog box should display it's content right aligned.
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 <BR/> when the text doesn't contain any html.
The text to display in the title bar of the message box.
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.
Allows the message text to include HTML code.
Keeps the message box in the viewable area when being moved by the user. The default is false.
Indicates whether the dialog box should display it's content right aligned.
owner
An implementation of Form that owns the modal dialog box.
text
The text to display in the message box. Newlines (CRLF) are converted to <BR/> when the text doesn't contain any html.
The text to display in the title bar of the message box.
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.
Allows the message text to include HTML code.
Keeps the message box in the viewable area when being moved by the user. The default is false.
Indicates whether the dialog box should display it's content right aligned.
Wisej.Web.MessageBoxButtons
Namespace: Wisej.Web
Assembly: Wisej.Framework (4.0.0.0)
Specifies constants defining which buttons to display on a MessageBox.
AbortRetryIgnore
The message box contains Abort, Retry, and Ignore buttons.
Cancel
The message box contains a Cancel button.
No
The message box contains a No button.
OK
The message box contains an OK button.
OKCancel
The message box contains OK and Cancel buttons.
RetryCancel
The message box contains Retry and Cancel buttons.
Yes
The message box contains a Yes button.
YesNo
The message box contains Yes and No buttons.
YesNoCancel
The message box contains Yes, No, and Cancel buttons.
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.
disposing
true when this method is called by the application rather than a finalizer.
e
Event arguments.
Wisej.Web.Toast
Namespace: Wisej.Web
Assembly: Wisej.Framework (4.0.0.0)
Displays a toast that can contain an icon and text.
A toast is a small widget that displays a simple message and an icon above all other controls on the web page. Multiple toasts can appear at the same time and at different locations on the screen. By default, the toast will automatically close after the AutoCloseDelay milliseconds. When a toast is closed and the AutoDispose property is true, it is automatically disposed and cannot be reused. Otherwise it is reusable and it's application's responsibility to dispose it when no longer needed.
Creates and initializes a new instance of the Toast class using the specified arguments.
text
The text to display in the message box. Newlines (CRLF) are converted to <BR/> when the text doesn't contain any HTML.
icon
An icon name or URL.
ContentAlignment: Returns or sets the location where to display the toast. The default is TopCenter
Boolean: Returns or sets a value indicating that the control can display HTML in the Text property.
Newlines (CRLF) are converted to <BR/> when allowHtml is false, or when allowHtml is true and the text doesn't contain any html.
Int32: Returns or sets the auto close delay in milliseconds. The default is 5000 (5 seconds).
Boolean: Return or sets a flag indicating whether the toast is automatically disposed when closed. The default is false.
Color: Returns or sets the background color for the toast.
Color: Returns or sets the text color of the toast.
String: Returns or sets the icon name or URL to display in the toast.
String: Returns or sets the text to display in the toast.
Hides the toast.
Marks this component as disposed.
disposing
true when this method is called by the application rather than a finalizer.
Fires the Click event.
e
Even data.
Fires the Closed event.
e
Even data.
Processes the event from the client.
e
Event arguments.
Renders the client component.
config
Dynamic configuration object.
Shows the toast.
Returns: Toast.
EventHandler Occurs when the user clicks the toast.
EventHandler Occurs when the toast is closed.
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.
Wisej.Web.AlertBox
Namespace: Wisej.Web
Assembly: Wisej.Framework (4.0.0.0)
Displays an alert box that can contain an icon and text that inform and instruct the user. Alert boxes are not modal and can disappear automatically.
Returns a collection of referenced components or collection of components.
Renders the client component.
Displays an alert box with the specified text and icon in the specified position.
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
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.
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 MessageBoxIcon values that specifies which icon to display in the message box.
Shows or hides the close button. If not set it's managed automatically.
One of the ContentAlignment values that specifies where on the screen to display the alert box.
A value in milliseconds that determines the delay after which the alert box disappears automatically. The default is 5000 (5 seconds). If set to 0 the box stays open.
Optional async handler for the close event; called when the Alert Box is closed either automatically or by the user.
Shows a progress bar to display the time remaining until the alert box is automatically closed. If left null, it's managed by the theme.
Allows the message text to include HTML code.
list
List of referenced components or collection of components.
config
Dynamic configuration object.
icon
showCloseButton
alignment
autoCloseDelay
onclose
showProgressBar
allowHtml