ArcObjects Library Reference (Framework)  

IApplicationStatus Interface

Provides access to the applications status.

Product Availability

Available with ArcGIS Desktop.

Description

Run-time user interface customizations should not be made before the application framework has fully initialized itself; the framework provides the IApplicationStatusEvents::Initialized event to signal when the framework has initialized as well as the IApplicationStatus::Initialized property that returns the currrent state.

Members

Description
Read-only property Initialized Is the application initialized.

CoClasses that implement IApplicationStatus

CoClasses and Classes Description
Application (esriArcCatalog) Esri ArcCatalog Application.
Application (esriArcGlobe) Esri ArcGlobe Application.
Application (esriArcMap) Esri ArcMap Application
Application (esriArcScene) The 3D Modeling Application.

.NET Samples

Applying user interface customizations at startup (Code Files: AcmeExt)