NotifyIcon Members
.NET Framework 3.0
Specifies a component that creates an icon in the notification area. This class cannot be inherited.
The following tables list the members exposed by the NotifyIcon type.
(see also
Protected Properties
)
Top
| 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. |
| Name | Description | |
|---|---|---|
| CanRaiseEvents | Gets a value indicating whether the component can raise an event.(inherited from Component) |
| DesignMode | Gets a value that indicates whether the Component is currently in design mode.(inherited from Component) |
| Events | Gets the list of event handlers that are attached to this Component.(inherited from Component) |
(see also
Protected Methods
)
Top
| Name | Description | |
|---|---|---|
| CreateObjRef | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (inherited from MarshalByRefObject) |
| Dispose | Overloaded. Releases the resources used by the Component. (inherited from Component) |
| Equals | Overloaded. Determines whether two Object instances are equal. (inherited from Object) |
| GetHashCode | Serves as a hash function for a particular type. (inherited from Object) |
| GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (inherited from MarshalByRefObject) |
| GetType | Gets the Type of the current instance. (inherited from Object) |
| InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (inherited from MarshalByRefObject) |
| ReferenceEquals | Determines whether the specified Object instances are the same instance. (inherited from Object) |
| ShowBalloonTip | Overloaded. Displays the balloon tip in the taskbar. |
| ToString | Returns a String containing the name of the Component, if any. This method should not be overridden. (inherited from Component) |
| Name | Description | |
|---|---|---|
| Dispose | Overloaded. Releases the resources used by the Component. (inherited from Component) |
| Finalize | Releases unmanaged resources and performs other cleanup operations before the Component is reclaimed by garbage collection. (inherited from Component) |
| GetService | Returns an object that represents a service provided by the Component or by its Container. (inherited from Component) |
| MemberwiseClone | Overloaded. (inherited from MarshalByRefObject) |
| 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. |