C# 클래스 Rsdn.Janus.NotifyIconService

상속: INotifyIconService, IDisposable
파일 보기 프로젝트 열기: rsdn/janus

공개 메소드들

메소드 설명
Dispose ( ) : void
NotifyIconService ( [ serviceProvider ) : System
SetDefaultCommand ( string commandName, object>.IDictionary parameters ) : void
ShowBalloonTip ( string tipTitle, [ tipText, NotificationType notificationType, int timeout ) : void

비공개 메소드들

메소드 설명
GetToolTipIcon ( NotificationType notificationType ) : ToolTipIcon
NotifyIconDefaultAction ( object sender, EventArgs e ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

NotifyIconService() 공개 메소드

public NotifyIconService ( [ serviceProvider ) : System
serviceProvider [
리턴 System

SetDefaultCommand() 공개 메소드

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

ShowBalloonTip() 공개 메소드

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