C# Класс PlexServiceTray.NotifyIconApplicationContext

Tray icon context
Наследование: System.Windows.Forms.ApplicationContext
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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