All pages
Powered by GitBook
1 of 1

Loading...

MessageBoxDefaultButton

Wisej.Web.MessageBoxDefaultButton

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.0.0.0)

Specifies constants defining the default button on a MessageBox.

public enum MessageBoxDefaultButton : Enum
Public Enum MessageBoxDefaultButton As [Enum]

Fields

Name
Description

Used By

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.

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.