ArcObjects Library Reference (ArcMapUI)  

MxStatusBar Class

MxStatusBar object.

MxStatusBar is a non-creatable object. References to non-creatable objects must be obtained through other objects.

Product Availability

Available with ArcGIS Desktop.

Description

The status bar is the horizontal area at the bottom of an ArcGIS application window. It provides information about the current state of the application and the selected command. For example, if you select a layer in the table of contents in ArcMap, the status bar will tell you how many features are currently selected. It may also display a progress bar while something is being processed. The StatusBar property on the esriFramework.IApplication interface can be used to get a reference to the StatusBar object.

Supported Platforms

Windows

Interfaces

Interfaces Description
IStatusBar (esriSystem) Provides access to members that define the application statusbar.