NotifyIcon::BalloonTipText Property
.NET Framework (current version)
Gets or sets the text to display on the balloon tip associated with the NotifyIcon.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Property Value
Type: System::String^The text to display on the balloon tip associated with the NotifyIcon.
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: