NotifyIcon Events
.NET Framework 4.5
The NotifyIcon type exposes the following members.
| Name | Description | |
|---|---|---|
|
BalloonTipClicked | Occurs when the balloon tip is clicked. |
|
BalloonTipClosed | Occurs when the balloon tip is closed by the user. |
|
BalloonTipShown | Occurs when the balloon tip is displayed on the screen. |
|
Click | Occurs when the user clicks the icon in the notification area. |
|
Disposed | Occurs when the component is disposed by a call to the Dispose method. (Inherited from Component.) |
|
DoubleClick | Occurs when the user double-clicks the icon in the notification area of the taskbar. |
|
MouseClick | Occurs when the user clicks a NotifyIcon with the mouse. |
|
MouseDoubleClick | Occurs when the user double-clicks the NotifyIcon with the mouse. |
|
MouseDown | Occurs when the user presses the mouse button while the pointer is over the icon in the notification area of the taskbar. |
|
MouseMove | Occurs when the user moves the mouse while the pointer is over the icon in the notification area of the taskbar. |
|
MouseUp | Occurs when the user releases the mouse button while the pointer is over the icon in the notification area of the taskbar. |