C# Class MadCow.Tray

ファイルを表示 Open project: OverlordCW/MadCow Class Usage Examples

Private Methods

Method Description
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.