Enum MessageBoxButton
Specifies the buttons to include when you display a message box.
Namespace: System.Windows
Assembly: OpenSilver.dll
Syntax
public enum MessageBoxButton
Fields
| Name | Description |
|---|---|
| OK | Displays only the OK button. |
| OKCancel | Displays both the OK and Cancel buttons. |