C# 클래스 pcRobot.Infrastructure.MinimizeToTray.MinimizeToTrayInstance

Class implementing "minimize to tray" functionality for a Window instance.
파일 보기 프로젝트 열기: myrobots/MyRobots.com

공개 메소드들

메소드 설명
MinimizeToTrayInstance ( Window window ) : System

Initializes a new instance of the MinimizeToTrayInstance class.

비공개 메소드들

메소드 설명
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.

메소드 상세

MinimizeToTrayInstance() 공개 메소드

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