Class Hierarchy
AcStatusBarItem AcTrayItem
C++
class AcTrayItem : public AcStatusBarItem;
File
AcStatusBar.h
Description
The AcTrayItem class represents an individual tray item in the tray icon area of the status bar. A tray item is represented by an icon.
To add a new tray item to the tray icon area, create an object derived from AcTrayItem and use the AcApStatusBar::Add() or AcApStatusBar::Insert() function to add it to the status bar.
To modify a tray item in the tray icon area, modify the tray item object attributes and call AcApStatusBar::Update().
To remove a tray item from the tray icon area, use the AcApStatusBar::Remove() function.
To add a bubble notification window for a tray item, create an AcTrayItemBubbleWindowControl object with the desired settings and call AcTrayItem::ShowBubbleWindow().
Links
AcTrayItem Constructor, AcTrayItem Methods
See Also
AcStatusBarItem