C# Class Rsdn.Janus.NotifyIconService

Inheritance: INotifyIconService, IDisposable
Afficher le fichier Open project: rsdn/janus

Méthodes publiques

Méthode Description
Dispose ( ) : void
NotifyIconService ( [ serviceProvider ) : System
SetDefaultCommand ( string commandName, object>.IDictionary parameters ) : void
ShowBalloonTip ( string tipTitle, [ tipText, NotificationType notificationType, int timeout ) : void

Private Methods

Méthode Description
GetToolTipIcon ( NotificationType notificationType ) : ToolTipIcon
NotifyIconDefaultAction ( object sender, EventArgs e ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

NotifyIconService() public méthode

public NotifyIconService ( [ serviceProvider ) : System
serviceProvider [
Résultat System

SetDefaultCommand() public méthode

public SetDefaultCommand ( string commandName, object>.IDictionary parameters ) : void
commandName string
parameters object>.IDictionary
Résultat void

ShowBalloonTip() public méthode

public ShowBalloonTip ( string tipTitle, [ tipText, NotificationType notificationType, int timeout ) : void
tipTitle string
tipText [
notificationType NotificationType
timeout int
Résultat void