NotifyIcon::BalloonTipTitle Property
.NET Framework (current version)
Gets or sets the title of the balloon tip displayed on the NotifyIcon.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
The title text will display in a bold font near the top of the balloon.
The following code example demonstrates how to use the BalloonTipTitle, BalloonTipText, and BalloonTipIcon properties. To run this example, paste the example code into a Windows Form that contains a NotifyIcon named notifyIcon1. Call SetBalloonTip from the form's constructor or Load event-handling method.
.NET Framework
Available since 2.0
Available since 2.0
Show: