This document is archived and information here might be outdated.  Recommended version.


IApplicationStatus.Initialized Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Framework)  

IApplicationStatus.Initialized Property

Is the application initialized.

[Visual Basic .NET]
Public ReadOnly Property Initialized As Boolean
[C#]
public bool Initialized {get;}

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.

See Also

IApplicationStatus Interface

.NET Samples

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