NotifyIcon::BalloonTipIcon Property
.NET Framework (current version)
Gets or sets the icon to display on the balloon tip associated with the NotifyIcon.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
public: property ToolTipIcon BalloonTipIcon { ToolTipIcon get(); void set(ToolTipIcon value); }
Property Value
Type: System.Windows.Forms::ToolTipIconThe ToolTipIcon to display on the balloon tip associated with the NotifyIcon.
| Exception | Condition |
|---|---|
| InvalidEnumArgumentException | The specified value is not a ToolTipIcon. |
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: