C# 클래스 MadCow.Tray

파일 보기 프로젝트 열기: OverlordCW/MadCow 1 사용 예제들

비공개 메소드들

메소드 설명
ShowBalloonTip ( int timeout, string tipTitle, string tipText, ToolTipIcon tipIcon ) : void

Displays a balloon tip with the specified title, text, and icon in the taskbar for the specified time period.

ShowBalloonTip ( string tipText ) : void

Displays a balloon tip with the specified title, text, and icon in the taskbar for the specified time period.

ShowBalloonTip ( string tipText, ToolTipIcon tipIcon ) : void

Displays a balloon tip with the specified title, text, and icon in the taskbar for the specified time period.