Share

Add Method

Overload List

Method Description
AcApStatusBar::Add (AcPane*, BOOL) This function adds a new pane at the end of the status bar but before the status bar icon tray area.On success, this function returns the index position of the newly added pane; on failure, it returns -1.To prevent screen flicker when adding multiple panes, set bUpdate to false. When you are finished adding panes, call AcApStatusBar::Update() to update the display.
AcApStatusBar::Add (AcTrayItem*, BOOL) This function adds a new tray item to the status bar tray icon area.On success, this function returns the index position of the newly added tray item; on failure, it returns -1.To prevent screen flicker when adding multiple tray items, set bUpdate to false. When you are finished adding tray items, call AcApStatusBar::Update() to update the display.

Was this information helpful?