An enum representing the different button states for a Message Dialog.
- Namespace
- MahApps
.Metro .Controls .Dialogs - Interfaces
-
- IComparable
- ISpanFormattable
- IFormattable
- IConvertible
- Base Types
-
- object
- ValueType
- Enum
graph BT
Type-->Base0["Enum"]
Base0-->Base1["ValueType"]
Base1-->Base2["object"]
Type-.->Interface0["IComparable"]
Type-.->Interface1["ISpanFormattable"]
Type-.->Interface2["IFormattable"]
Type-.->Interface3["IConvertible"]
Type["MessageDialogStyle"]
class Type type-node
Syntax
public enum MessageDialogStyle
Fields
| Name | Field Type | Constant Value | Summary |
|---|---|---|---|
| Affirmative | MessageDialogStyle | 0 |
Just "OK"
static
|
| Affirmative |
MessageDialogStyle | 1 |
"OK" and "Cancel"
static
|
| Affirmative |
MessageDialogStyle | 3 |
static
|
| Affirmative |
MessageDialogStyle | 2 |
static
|