C# Class pcRobot.Infrastructure.MinimizeToTray.MinimizeToTrayInstance

Class implementing "minimize to tray" functionality for a Window instance.
Datei anzeigen Open project: myrobots/MyRobots.com

Public Methods

Method Description
MinimizeToTrayInstance ( Window window ) : System

Initializes a new instance of the MinimizeToTrayInstance class.

Private Methods

Method Description
HandleNotifyIconOrBalloonClicked ( object sender, EventArgs e ) : void

Handles a click on the notify icon or its balloon.

HandleStateChanged ( object sender, EventArgs e ) : void

Handles the Window's StateChanged event.

Method Details

MinimizeToTrayInstance() public method

Initializes a new instance of the MinimizeToTrayInstance class.
public MinimizeToTrayInstance ( Window window ) : System
window System.Windows.Window Window instance to attach to.
return System