C++
ACCORE_PORT AcApStatusBar* acedGetApplicationStatusBar();
File
core_rxmfcapi.h
Description
This global method returns a pointer to the application status bar, allowing developers to customize it.
Warning
Applications customizing the application status bar should not compromise the integrity of the status bar by adding or removing panes or tray items that adversely affect the appearance or behavior of AutoCAD.
If this function succeeds, the return value is a pointer to an AcApStatusBar object, which can be used to customize the application status bar in the non-zero doc state. If the function fails, the return value is NULL.