TrayIcon v.1.0

A Freeware System Tray Icon activex (English)

(c) 1998 Norberto Fernández

skynor@adinet.com.uy

 

Content:

1 - Important Notes.

2 - Properties.

3 - Methods.

4 - Events.

 

Important Notes:

 

Properties:

Property Name Type Description
Enabled Read-Write Returns/Sets a value that determine whether a System Tray Icon can receive mouse events.
FlashEnabled Read-Write Returns/Sets a value that determine whether a System Tray Icon can Flash over the System Tray.
FlashIcon Read-Write Returns/Sets an Icon that alternate with the default Icon when in Flashing Mode.
FlashInterval Read-Write Returns/Sets the time Interval in miliseconds of the Flashing Mode.
FlashSound Read-Write Returns/Sets a value that enable a beep sound during Flashing Mode.
Icon Read-Write Returns/Sets the default Icon to place over the System Tray.
ToolTipText Read-Write Returns/Sets the text displayed when the mouse is paused over the System Tray Icon.
TrueClick Read-Write Returns/Sets a value that enable click and double-click recognition.
Visible Read-Write Returns/Sets a value that determines whether a System Tray Icon is visible or hidden.

 

Methods:

Method Name Parameters Return Description
(none) (none) (none) (none)

 

Events:

Event Parameters Description
LeftButtonClick (none) It's fired when the mouse left button is clicked over the System Tray Icon.
LeftButtonDoubleClick (none) It's fired when the mouse left button is double-clicked over the System Tray Icon.
MidButtonClick (none) It's fired when the mouse mid button is clicked over the System Tray Icon.
MidButtonDoubleClick (none) It's fired when the mouse mid button is double-clicked over the System Tray Icon.
RightButtonClick (none) It's fired when the mouse right button is clicked over the System Tray Icon.
RightButtonDoubleClick (none) It's fired when the mouse right button is double-clicked over the System Tray Icon.

 

(c) 1998 Norberto Fernández