Method | Description | |
---|---|---|
DisableMainMenu ( ) : void | ||
EnableMainMenu ( ) : void | ||
HideAllFlyouts ( ) : void |
Hides any/all open flyouts.
|
|
MainWindow ( ) : MahApps.Metro.Controls |
Method | Description | |
---|---|---|
RequestViewChange ( View view, object data = null ) : void |
Requests a change of view.
|
Method | Description | |
---|---|---|
OnWindowClosing ( object sender, System e ) : void |
public MainWindow ( ) : MahApps.Metro.Controls | ||
return | MahApps.Metro.Controls |
protected RequestViewChange ( View view, object data = null ) : void | ||
view | View | /// The requested view. /// |
data | object | /// Optional data for the requested view. /// |
return | void |