![]() |
![]() |
| InaSysTray | ||||||||
Control FeaturesAn automatic balloon-help tooltip that can be updated at runtime. Configurable icon that you can change dynamically to indicate the status of your application. Full support for all mouse events as well as the click event, so your icon will behave just like a standard Windows application. Don't waste time learning obscure Windows 95 Shell API calls when you can drop this on the form, set two properties and get on with your work without further worry.
Programming was never this easy!Developers can dynamically control whether an icon appears in the systray and the text of the tool tip caption. Developers can change both of these at runtime if needed. The icon in the systray will respond to the click, doubleclick, mousedown, mousemove and mouseup events. Controlling the System Tray Control's behavior through code is very easy because the control's custom properties have been kept to a minimum. To use System Tray, put the control on a form. At designtime, developers can set the control's TrayIcon property to any icon. At runtime, the TrayIcon property can be set programatically to the contents of a picture box, an image control, the index of a resource file or to any icon available on disk using the VB LoadPicture method. Developers can control the icon's appearance using the State property, a boolean property with build-in constants of ccTrayHide (0) and ccTrayShow (1). The default is ccTrayShow. This property can be set at runtime if the developer requires that the icon not always be visible. By default, the control will always start with the State property set to ccTrayShow. Like all icons in the systray, System Tray can display a popup balloon help at runtime. The text for this is set at designtime or runtime using the TrayIconText property. Thus setting all the relevant properties requires no more code than: CcTray1.TrayIcon = MyIcon.ico CcTray1.TrayIconText= My icon There are no custom events associated with this control. The System Tray Control will respond to the standard Click, DoubleClick, GotFocus, LostFocus, MouseDown, MouseMove and MouseUp events. There are no custom methods associated with this control. Note that System Tray does not support drag-and-drop procedures to the icon in the systray.
InaSysTray is electronically delivered.
Search HALLoGRAM || Request More Information CALL TOLL FREE 1-866-340-3404 |
|
|||||||
| Copyright
©2004 HALLoGRAM Publishing, Aurora CO. All Rights Reserved All products mentioned in this site are trademarks of their respective owners Prices are subject to change without notice caksgkim | ||||||||