Class Types
| Class | Summary |
|---|---|
| BaseMetroDialog |
The base class for dialogs.
You probably don't want to use this class, if you want to add arbitrary content to your dialog,
use the CustomDialog class.
|
| CustomDialog | An implementation of BaseMetroDialog allowing arbitrary content. |
| DialogCoordinator | |
| DialogManager | |
| DialogParticipation | |
| Dialog |
|
| InputDialog | |
| LoginDialog | |
| LoginDialogData | |
| LoginDialogSettings | |
| MessageDialog | An internal control that represents a message dialog. Please use MetroWindow.ShowMessage instead! |
| MetroDialogSettings | A class that represents the settings used by Metro Dialogs. |
| ProgressDialog | An internal control that represents a message dialog. Please use MetroWindow.ShowMessage instead! |
| Progress |
A class for manipulating an open ProgressDialog. |
Enum Types
| Enum | Summary |
|---|---|
| MessageDialogResult | An enum representing the result of a Message Dialog. |
| MessageDialogStyle | An enum representing the different button states for a Message Dialog. |
| Metro |
An enum representing the different choices for a color scheme in a Metro Dialog. |
Interface Types
| Interface | Summary |
|---|---|
| IDialogCoordinator | Use the dialog coordinator to help you interfact with dialogs from a view model. |