C# Класс SoundSwitch.Util.TrayIcon

Наследование: IDisposable
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
Dispose ( ) : void
ShowError ( string errorMessage, string errorTitle ) : void

shows an error messasge

ShowNoDevices ( ) : void

Notification for when there are no devices configured

ShowSettings ( ) : void
TrayIcon ( ) : System
UpdateDeviceSelectionList ( ) : void

Sets the names of devices that show up in the menu

Приватные методы

Метод Описание
DeviceClicked ( object sender, EventArgs e ) : void
NewReleaseAvailable ( object sender, UpdateChecker newReleaseEvent ) : void
OnUpdateClick ( object sender, EventArgs eventArgs ) : void
PopulateSettingsMenu ( ) : void
SetEventHandlers ( ) : void

Описание методов

Dispose() публичный Метод

public Dispose ( ) : void
Результат void

ShowError() публичный Метод

shows an error messasge
public ShowError ( string errorMessage, string errorTitle ) : void
errorMessage string
errorTitle string
Результат void

ShowNoDevices() публичный Метод

Notification for when there are no devices configured
public ShowNoDevices ( ) : void
Результат void

ShowSettings() публичный Метод

public ShowSettings ( ) : void
Результат void

TrayIcon() публичный Метод

public TrayIcon ( ) : System
Результат System

UpdateDeviceSelectionList() публичный Метод

Sets the names of devices that show up in the menu
public UpdateDeviceSelectionList ( ) : void
Результат void