C# Class csCommon.ShellViewModel

Inheritance: Caliburn.Micro.Screen, IShell
Show file Open project: TNOCS/csTouch

Public Methods

Method Description
Minimize ( ) : void

Protected Methods

Method Description
OnViewLoaded ( object view ) : void

Private Methods

Method Description
AddMainMenuItems ( ) : void
MainWindow_KeyDown ( object sender, KeyEventArgs e ) : void
OpenConfig ( ) : void
SetForegroundWindow ( IntPtr hWnd ) : bool
ShellViewModel ( System.ComponentModel.Composition.Hosting.CompositionContainer container ) : System.ComponentModel
SwitchToThisWindow ( IntPtr hWnd, bool fAltTab ) : void

Method Details

Minimize() public method

public Minimize ( ) : void
return void

OnViewLoaded() protected method

protected OnViewLoaded ( object view ) : void
view object
return void