Method |
Description |
---|
 AcApStatusBar::Remove (AcPane*, BOOL) |
This function removes a pane from the status bar.If this function is used to remove a default AutoCAD pane, the default pane is removed permanently and cannot be recovered.To prevent screen flicker when removing multiple panes, set bUpdate to false. When you are finished removing panes, call AcApStatusBar::Update() to update the display. The AcPane::OnDelete() callback method will not be called until the display is updated and the pane is actually removed from the status bar. |
 AcApStatusBar::Remove (AcTrayItem*, BOOL) |
This function removes a tray item from the status bar.To prevent screen flicker when removing multiple tray items, set bUpdate to false. When you are finished removing tray items, call AcApStatusBar::Update() to update the display. The AcPane::OnDelete() callback method will not be called until the display is updated and the tray item is actually removed from the status bar. |
 AcApStatusBar::Remove (int, BOOL, BOOL) |
This function removes a pane or tray item from the status bar. |