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.
Autodesk.AutoCAD.Windows.StatusBar
Public sealed Class StatusBar
public sealed class StatusBar;
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.
Comments? |