MessageBoxDefaultButton
Wisej.Web.MessageBoxDefaultButton
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.0.0.0)
Specifies constants defining the default button on a MessageBox.
Fields
Name | Description |
---|---|
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. |
Used By
Name | 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. |
Last updated