All pages
Powered by GitBook
1 of 1

Loading...

MessageBoxButtons

Wisej.Web.MessageBoxButtons

Namespace: Wisej.Web

Assembly: Wisej.Framework (2.5.0.0)

Specifies constants defining which buttons to display on a MessageBox.

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

Fields

Name
Description

Used By

Name
Description

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.

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

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.

The message box contains Retry and Cancel buttons.