C++
ACCORE_PORT bool acedDrawingStatusBarsVisible();
File
core_rxmfcapi.h
Description
This global method returns a value indicating whether or not the drawing status bars are visible in AutoCAD.
By default, the drawing status bars are hidden in AutoCAD. Use this method to query the display state of the drawing status bars. If the display state is FALSE, acedShowDrawingStatusBars() can be used to display the drawing status bars in AutoCAD.