GetCurrentDialogAsync<TDialog>(object) |
Task<TDialog> |
Gets the current shown dialog.
|
HideMetroDialogAsync(object, BaseMetroDialog, MetroDialogSettings) |
Task |
Hides a visible Metro Dialog instance.
|
ShowInputAsync(object, string, string, MetroDialogSettings) |
Task<string> |
Shows the input dialog.
|
ShowLoginAsync(object, string, string, LoginDialogSettings) |
Task<LoginDialogData> |
Creates a LoginDialog inside of the current window.
|
ShowMessageAsync(object, string, string, MessageDialogStyle, MetroDialogSettings) |
Task<MessageDialogResult> |
Creates a MessageDialog inside of the current window.
|
ShowMetroDialogAsync(object, BaseMetroDialog, MetroDialogSettings) |
Task |
|
ShowModalInputExternal(object, string, string, MetroDialogSettings) |
string |
Shows the input dialog.
|
ShowModalLoginExternal(object, string, string, LoginDialogSettings) |
LoginDialogData |
Creates a LoginDialog outside of the current window.
|
ShowModalMessageExternal(object, string, string, MessageDialogStyle, MetroDialogSettings) |
MessageDialogResult |
Creates a MessageDialog outside of the current window.
|
ShowProgressAsync(object, string, string, bool, MetroDialogSettings) |
Task<ProgressDialogController> |
Creates a ProgressDialog inside of the current window.
|