Skip to main content
Version: 3.5

MessageBoxDefaultButton

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Specifies constants defining the default button on a MessageBox.

public enum MessageBoxDefaultButton : Enum

Fields

NameDescription
Button1The first button on the message box is the default button.
Button2The second button on the message box is the default button.
Button3The third button on the message box is the default button.

Used By

NameDescription
MessageBox.ShowDisplays a message box with the specified text, caption, buttons, icon, default button, options, and Help button.
MessageBox.ShowAsyncAsynchronously displays a message box with the specified text, caption, buttons, icon, default button, options, and Help button.