NotifyIcon::BalloonTipText Property

 

Gets or sets the text to display on the balloon tip associated with the NotifyIcon.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
property String^ BalloonTipText {
	String^ get();
	void set(String^ value);
}

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.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 2.0
Return to top
Show: