Property | Type | Description | |
---|---|---|---|
DialogBottomProperty | |||
DialogMessageFontSizeProperty | |||
DialogTitleFontSizeProperty | |||
DialogTopProperty | |||
TitleProperty |
Property | Type | Description | |
---|---|---|---|
BaseMetroDialog | System | ||
BaseMetroDialogUnloaded | void | ||
DetectTheme | Accent>.Tuple | ||
HandleTheme | void | ||
Initialize | void | ||
ThemeManagerIsThemeChanged | void |
Method | Description | |
---|---|---|
RequestCloseAsync ( ) : System.Threading.Tasks.Task |
Requests an externally shown Dialog to close. Will throw an exception if the Dialog is inside of a MetroWindow.
|
|
WaitForLoadAsync ( ) : System.Threading.Tasks.Task |
Waits for the dialog to become ready for interaction.
|
|
WaitUntilUnloadedAsync ( ) : System.Threading.Tasks.Task |
Waits until this dialog gets unloaded.
|
|
_WaitForCloseAsync ( ) : System.Threading.Tasks.Task |
Method | Description | |
---|---|---|
BaseMetroDialog ( MetroWindow owningWindow, |
Initializes a new MahApps.Metro.Controls.BaseMetroDialog.
|
|
ConfigureSettings ( |
With this method it's possible to return your own settings in a custom dialog.
|
|
OnClose ( ) : void | ||
OnLoaded ( ) : void |
This is called in the loaded event.
|
|
OnRequestClose ( ) : bool |
A last chance virtual method for stopping an external dialog from closing.
|
|
OnShown ( ) : void |
Method | Description | |
---|---|---|
BaseMetroDialog ( ) : System | ||
BaseMetroDialogUnloaded ( object sender, |
||
DetectTheme ( |
||
HandleTheme ( ) : void | ||
Initialize ( [ owningWindow, [ settings ) : void | ||
ThemeManagerIsThemeChanged ( object sender, OnThemeChangedEventArgs e ) : void |
protected BaseMetroDialog ( MetroWindow owningWindow, |
||
owningWindow | MetroWindow | The window that is the parent of the dialog. |
settings | The settings for the message dialog. | |
return | System |
protected ConfigureSettings ( |
||
settings | ||
return |
public RequestCloseAsync ( ) : System.Threading.Tasks.Task | ||
return | System.Threading.Tasks.Task |
public WaitForLoadAsync ( ) : System.Threading.Tasks.Task | ||
return | System.Threading.Tasks.Task |
public WaitUntilUnloadedAsync ( ) : System.Threading.Tasks.Task | ||
return | System.Threading.Tasks.Task |
public _WaitForCloseAsync ( ) : System.Threading.Tasks.Task | ||
return | System.Threading.Tasks.Task |
public static DependencyProperty,System.Windows DialogBottomProperty | ||
return |
public static DependencyProperty,System.Windows DialogMessageFontSizeProperty | ||
return |
public static DependencyProperty,System.Windows DialogTitleFontSizeProperty | ||
return |
public static DependencyProperty,System.Windows DialogTopProperty | ||
return |