This topic has not yet been rated - Rate this topic

NotifyIcon Members

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.

  Name Description
Public method NotifyIcon Overloaded. Initializes a new instance of the NotifyIcon class.
Top
(see also Protected Properties )
  Name Description
Public property BalloonTipIcon Gets or sets the icon to display on the balloon tip associated with the NotifyIcon.
Public property BalloonTipText Gets or sets the text to display on the balloon tip associated with the NotifyIcon.
Public property BalloonTipTitle Gets or sets the title of the balloon tip displayed on the NotifyIcon.
Public property Container  Gets the IContainer that contains the Component.(inherited from Component)
Public property ContextMenu Gets or sets the shortcut menu for the icon.
Public property ContextMenuStrip Gets or sets the shortcut menu associated with the NotifyIcon.
Public property Icon Gets or sets the current icon.
Public property Site  Gets or sets the ISite of the Component.(inherited from Component)
Public property Tag Gets or sets an object that contains data about the NotifyIcon.
Public property Text Gets or sets the ToolTip text displayed when the mouse pointer rests on a notification area icon.
Public property Visible Gets or sets a value indicating whether the icon is visible in the notification area of the taskbar.
Top
  Name Description
Protected property CanRaiseEvents  Gets a value indicating whether the component can raise an event.(inherited from Component)
Protected property DesignMode  Gets a value that indicates whether the Component is currently in design mode.(inherited from Component)
Protected property Events  Gets the list of event handlers that are attached to this Component.(inherited from Component)
Top
(see also Protected Methods )
  Name Description
Public method 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)
Public method Dispose  Overloaded. Releases the resources used by the Component. (inherited from Component)
Public method Equals  Overloaded. Determines whether two Object instances are equal. (inherited from Object)
Public method GetHashCode  Serves as a hash function for a particular type. (inherited from Object)
Public method GetLifetimeService  Retrieves the current lifetime service object that controls the lifetime policy for this instance. (inherited from MarshalByRefObject)
Public method GetType  Gets the Type of the current instance. (inherited from Object)
Public method InitializeLifetimeService  Obtains a lifetime service object to control the lifetime policy for this instance. (inherited from MarshalByRefObject)
Public method Static ReferenceEquals  Determines whether the specified Object instances are the same instance. (inherited from Object)
Public method ShowBalloonTip Overloaded. Displays the balloon tip in the taskbar.
Public method ToString  Returns a String containing the name of the Component, if any. This method should not be overridden. (inherited from Component)
Top
  Name Description
Protected method Dispose  Overloaded. Releases the resources used by the Component. (inherited from Component)
Protected method Finalize  Releases unmanaged resources and performs other cleanup operations before the Component is reclaimed by garbage collection. (inherited from Component)
Protected method GetService  Returns an object that represents a service provided by the Component or by its Container. (inherited from Component)
Protected method MemberwiseClone  Overloaded. (inherited from MarshalByRefObject)
Top
  Name Description
Public event BalloonTipClicked Occurs when the balloon tip is clicked.
Public event BalloonTipClosed Occurs when the balloon tip is closed by the user.
Public event BalloonTipShown Occurs when the balloon tip is displayed on the screen.
Public event Click Occurs when the user clicks the icon in the notification area.
Public event Disposed  Occurs when the component is disposed by a call to the Dispose method. (inherited from Component)
Public event DoubleClick Occurs when the user double-clicks the icon in the notification area of the taskbar.
Public event MouseClick Occurs when the user clicks a NotifyIcon with the mouse.
Public event MouseDoubleClick Occurs when the user double-clicks the NotifyIcon with the mouse.
Public event MouseDown Occurs when the user presses the mouse button while the pointer is over the icon in the notification area of the taskbar.
Public event MouseMove Occurs when the user moves the mouse while the pointer is over the icon in the notification area of the taskbar.
Public event MouseUp Occurs when the user releases the mouse button while the pointer is over the icon in the notification area of the taskbar.
Top
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.