MessageBoxDefaultButton
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Specifies constants defining the default button on a MessageBox.
- C#
- VB.NET
public enum MessageBoxDefaultButton : Enum
Public Enum MessageBoxDefaultButton As [Enum]
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 |
|---|---|
| MessageBox.Show | Displays a message box with the specified text, caption, buttons, icon, default button, options, and Help button. |
| MessageBox.ShowAsync | Asynchronously displays a message box with the specified text, caption, buttons, icon, default button, options, and Help button. |