C# Class Te.StahpIt.Windows.MainWindow

Interaction logic for MainWindow.xaml
Inheritance: MahApps.Metro.Controls.MetroWindow, IViewController
Datei anzeigen Open project: TechnikEmpire/StahpIt-WPF Class Usage Examples

Public Methods

Method Description
DisableMainMenu ( ) : void
EnableMainMenu ( ) : void
HideAllFlyouts ( ) : void

Hides any/all open flyouts.

MainWindow ( ) : MahApps.Metro.Controls

Protected Methods

Method Description
RequestViewChange ( View view, object data = null ) : void

Requests a change of view.

Private Methods

Method Description
OnWindowClosing ( object sender, System e ) : void

Method Details

DisableMainMenu() public method

public DisableMainMenu ( ) : void
return void

EnableMainMenu() public method

public EnableMainMenu ( ) : void
return void

HideAllFlyouts() public method

Hides any/all open flyouts.
public HideAllFlyouts ( ) : void
return void

MainWindow() public method

public MainWindow ( ) : MahApps.Metro.Controls
return MahApps.Metro.Controls

RequestViewChange() protected method

Requests a change of view.
protected RequestViewChange ( View view, object data = null ) : void
view View /// The requested view. ///
data object /// Optional data for the requested view. ///
return void