home
|
support
|
shop
|
downloads
|
about devpower
DevPower Tray Icon ActiveX Control Version 2.5.0 (01-Jun-00)
Copyright (c) 1998 - 2009 Steve Robbins All Rights Reserved.
Documentation
Properties
Icon
OleObject
Sets the icon to use to display in the system tray.
Use this or the IconURL property.
IconURL
String
Sets the URL for the icon to display.
Use this or the Icon property.
Visible
Boolean
Sets whether the Tray Icon is displayed in the system tray.
ToolTipText
String
Sets the Tool Tip to display over the icon when it is displayed in the system tray.
Methods
AboutBox
(
)
Displays copyright and version information for the control.
ShowBalloon
(Title
String
, Text
String
, Optional BalloonIcon
TrayIconBallonIcon
= 1, Optional Timeout
Long
= 30000) Displays a Tray Icon Balloon message on Windows 2000, Millenium Edition or higher.
Values for the BalloonIcon are;
0 None.
1 Information.
2 Warning (Exclaimation).
3 Error (Critical).
Version
( )
String
Returns the Control Version.
Events
Click
(
)
Triggered when the TrayIcon has been clicked.
DblClick
(
)
Triggered when the TrayIcon has been double clicked.
MouseDown
(
Integer Button
)
Triggered when a mouse button is pressed over the TrayIcon.
Button
parameter is a number between 1 and 3.
MouseMove
(
)
Triggered when the mouse is moved over the TrayIcon.
MouseUp
(
Integer Button
)
Triggered when a mouse button is raised over the TrayIcon.
Button
parameter is a number between 1 and 3.
RightClick
(
)
Triggered when the TrayIcon has been right clicked.