MahApps.Metro.Controls.Dialogs
Namespace with 15 public types
Classes
CustomDialog
An implementation of BaseMetroDialog allowing arbitrary content.
DialogStateChangedEventArgs
InputDialog
InputDialog
LoginDialog
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!
ProgressDialogController
A class for manipulating an open ProgressDialog.
Enumerations
MessageDialogResult
An enum representing the result of a Message Dialog.
MessageDialogStyle
An enum representing the different button states for a Message Dialog.
MetroDialogColorScheme
An enum representing the different choices for a color scheme in a Metro Dialog.
Static Classes
DialogManager
Abstract Classes
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 class.