C# Class SoundSwitch.Util.TrayIcon

Inheritance: IDisposable
Afficher le fichier Open project: Belphemur/SoundSwitch Class Usage Examples

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
DeviceClicked ( object sender, EventArgs e ) : void
NewReleaseAvailable ( object sender, UpdateChecker newReleaseEvent ) : void
OnUpdateClick ( object sender, EventArgs eventArgs ) : void
PopulateSettingsMenu ( ) : void
SetEventHandlers ( ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

ShowError() public méthode

shows an error messasge
public ShowError ( string errorMessage, string errorTitle ) : void
errorMessage string
errorTitle string
Résultat void

ShowNoDevices() public méthode

Notification for when there are no devices configured
public ShowNoDevices ( ) : void
Résultat void

ShowSettings() public méthode

public ShowSettings ( ) : void
Résultat void

TrayIcon() public méthode

public TrayIcon ( ) : System
Résultat System

UpdateDeviceSelectionList() public méthode

Sets the names of devices that show up in the menu
public UpdateDeviceSelectionList ( ) : void
Résultat void