C# Class Rsdn.Janus.NotifyIconService

Inheritance: INotifyIconService, IDisposable
ファイルを表示 Open project: rsdn/janus

Public Methods

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

Private Methods

Method Description
GetToolTipIcon ( NotificationType notificationType ) : ToolTipIcon
NotifyIconDefaultAction ( object sender, EventArgs e ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

NotifyIconService() public method

public NotifyIconService ( [ serviceProvider ) : System
serviceProvider [
return System

SetDefaultCommand() public method

public SetDefaultCommand ( string commandName, object>.IDictionary parameters ) : void
commandName string
parameters object>.IDictionary
return void

ShowBalloonTip() public method

public ShowBalloonTip ( string tipTitle, [ tipText, NotificationType notificationType, int timeout ) : void
tipTitle string
tipText [
notificationType NotificationType
timeout int
return void