C# 클래스 PlexServiceTray.NotifyIconApplicationContext

Tray icon context
상속: System.Windows.Forms.ApplicationContext
파일 보기 프로젝트 열기: cjmurph/PmsService 1 사용 예제들

공개 메소드들

메소드 설명
NotifyIconApplicationContext ( ) : System

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

비공개 메소드들

메소드 설명
AboutCommand ( object sender, EventArgs e ) : void

Open the About dialog

Connect ( ) : void

Connect to WCF service

ConnectionSettingsCommand ( object sender, EventArgs e ) : void

Show the connection settings dialogue

ContextMenuStrip_Opening ( object sender, System e ) : void

build the context menu each time it opens to ensure appropriate options

Disconnect ( ) : void

Disconnect from WCF service

ExitCommand ( object sender, EventArgs e ) : void

Close the notify icon

NotifyIcon_Click ( object sender, MouseEventArgs e ) : void

Open the context menu on right click

NotifyIcon_DoubleClick ( object sender, MouseEventArgs e ) : void

Opens the web manager on a double left click

OpenManager_Click ( object sender, EventArgs e ) : void

Try to open the web manager

SettingsCommand ( object sender, EventArgs e ) : void

Show the settings dialogue

StartPlex_Click ( object sender, EventArgs e ) : void

Start Plex

StopPlex_Click ( object sender, EventArgs e ) : void

Stop Plex

ViewLogs_Click ( object sender, EventArgs e ) : void

View the server log file

initializeContext ( ) : void

Setup our tray icon

메소드 상세

Dispose() 보호된 메소드

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
리턴 void

NotifyIconApplicationContext() 공개 메소드

public NotifyIconApplicationContext ( ) : System
리턴 System