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