[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Interfaces=Component,MarshalByRefObject,Object,NotifyIcon Info=Specifies a component that creates an icon in the notification area. This class cannot be inherited. [Property] Name=Sets the name of the component. ARG(string)|2| Constructor=Sets the Constructor of the NotifyIcon class. ARG(enum)|14|0|Constructor,Constructor2 @BalloonTipIcon=Sets the icon to display on the balloon tip associated with the NotifyIcon. ARG(ToolTipIcon)|14|0|None,Info,Warning,Error @BalloonTipText=Sets the text to display on the balloon tip associated with the NotifyIcon. ARG(string)|2| @BalloonTipTitle=Sets the title of the balloon tip displayed on the NotifyIcon. ARG(string)|2| @ContextMenuStrip=Sets the shortcut menu associated with the NotifyIcon. ARG(ContextMenuStrip)|20|(empty)|ContextMenuStrip @Icon=Sets the current icon. ARG(Icon)|6| @Tag=Sets an object that contains data about the NotifyIcon. ARG(Object)|20|(empty)|Object @Text=Sets the ToolTip text displayed when the mouse pointer rests on a notification area icon. ARG(string)|2| @Visible=Sets a value indicating whether the icon is visible in the notification area of the taskbar. ARG(bool)|14|1|True,False [Methods] *doConstructor=Initializes a new instance of the NotifyIcon class. ARG()|1|0 *doConstructor2=Initializes a new instance of the NotifyIcon class with the specified container. ARG(IContainer container)|1|0 *doContextMenu=Sets the shortcut menu for the icon. ARG(ContextMenu)|1|0 doShowBalloonTip=Displays a balloon tip in the taskbar for the specified time period in milliseconds. ARG(int timeout)|1|0 *doShowBalloonTip2=Displays a balloon tip with the specified title, text, and icon in the taskbar for the specified time period. ARG(int timeout, string tipTitle, string tipText, ToolTipIcon tipIcon)|1|0 *onBalloonTipClicked=Occurs when the balloon tip is clicked. ARG(EventArgs)|2|0 *onBalloonTipClosed=Occurs when the balloon tip is closed by the user. ARG(EventArgs)|2|0 *onBalloonTipShown=Occurs when the balloon tip is displayed on the screen. ARG(EventArgs)|2|0 *onClick=Occurs when the user clicks the icon in the notification area. ARG(EventArgs)|2|0 *onDoubleClick=Occurs when the user double-clicks the icon in the notification area of the taskbar. ARG(EventArgs)|2|0 *onMouseClick=Occurs when the user clicks a NotifyIcon with the mouse. ARG(MouseEventArgs)|2|0 *onMouseDoubleClick=Occurs when the user double-clicks the NotifyIcon with the mouse. ARG(MouseEventArgs)|2|0 *onMouseDown=Occurs when the user presses the mouse button while the pointer is over the icon in the notification area of the taskbar. ARG(MouseEventArgs)|2|0 *onMouseMove=Occurs when the user moves the mouse while the pointer is over the icon in the notification area of the taskbar. ARG(MouseEventArgs)|2|0 *onMouseUp=Occurs when the user releases the mouse button while the pointer is over the icon in the notification area of the taskbar. ARG(MouseEventArgs)|2|0 *ContextMenu=Returns the shortcut menu for the icon. ARG(ContextMenu)|3|0 *ContextMenuStrip=Returns the shortcut menu associated with the NotifyIcon. ARG(ContextMenuStrip)|3|0 *Icon=Returns the current icon. ARG(Icon)|3|6 *Tag=Returns an object that contains data about the NotifyIcon. ARG(Object)|3|0 *Text=Returns the ToolTip text displayed when the mouse pointer rests on a notification area icon. ARG(string)|3|2 *Visible=Returns a value indicating whether the icon is visible in the notification area of the taskbar. ARG(bool)|3|104 NotifyIcon=Returns the NotifyIcon object. ARG(NotifyIcon)|3|0 *container=Defines an IContainer that represents the container for the NotifyIcon control. ARG(IContainer)|4|0 Timeout=Defines the time period, in milliseconds, the balloon tip should display. ARG(int)|4|1 BalloonTipTitle=Defines the title to display on the balloon tip. ARG(string)|4|2 BalloonTipText=Defines the text to display on the balloon tip. ARG(string)|4|2 BalloonTipIcon=Defines one of the ToolTipIcon values. ARG(ToolTipIcon)|4|0