Show / Hide Table of Contents

Enum MessageBoxResult

Represents a user's response to a message box.

Namespace: System.Windows
Assembly: OpenSilver.dll
Syntax
public enum MessageBoxResult

Fields

Name Description
Cancel

The user clicked the Cancel button or pressed ESC.

No

The dialog box return value is No (usually sent from a button labeled No).

None

This value is not currently used.

OK

The user clicked the OK button.

Yes

The dialog box return value is Yes (usually sent from a button labeled Yes).

  • Improve this Doc
  • View Source