Autodesk.AutoCAD.Windows Namespace > StatusBar Class
StatusBar Class
Description

 

This .NET class wraps the AcApStatusBar ObjectARX class. 

 

The StatusBar class enables customization of the AutoCAD drawing status bar. 

 

This class provides functions for adding panes and tray items to and removing them from the drawing status bar. Panes are displayed in the main status bar area. Tray items are displayed in the tray icon area of the status bar. 

 

Existing panes and tray items can be modified and removed using the additional StatusBar methods.

Class Hierarchy
Autodesk.AutoCAD.Windows.StatusBar
Visual Basic
Public sealed Class StatusBar
C#
public sealed class StatusBar;
Notes

If an application has added a pane or tray item to the status bar, it should remove the pane or tray item when it is unloaded.

Links
   Comments?