NotifyIcon Properties
.NET Framework 4.5
The NotifyIcon type exposes the following members.
| Name | Description | |
|---|---|---|
|
BalloonTipIcon | Gets or sets the icon to display on the balloon tip associated with the NotifyIcon. |
|
BalloonTipText | Gets or sets the text to display on the balloon tip associated with the NotifyIcon. |
|
BalloonTipTitle | Gets or sets the title of the balloon tip displayed on the NotifyIcon. |
|
Container | Gets the IContainer that contains the Component. (Inherited from Component.) |
|
ContextMenu | Gets or sets the shortcut menu for the icon. |
|
ContextMenuStrip | Gets or sets the shortcut menu associated with the NotifyIcon. |
|
Icon | Gets or sets the current icon. |
|
Site | Gets or sets the ISite of the Component. (Inherited from Component.) |
|
Tag | Gets or sets an object that contains data about the NotifyIcon. |
|
Text | Gets or sets the ToolTip text displayed when the mouse pointer rests on a notification area icon. |
|
Visible | Gets or sets a value indicating whether the icon is visible in the notification area of the taskbar. |