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


IApplication.Visible Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Framework > ESRI.ArcGIS.Framework > Interfaces > IA > IApplication Interface > IApplication.Visible Property
ArcGIS Developer Help

IApplication.Visible Property

Indicates if the application window is visible.

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

Product Availability

Available with ArcGIS Desktop.

Remarks

Set the Visible property to True to make the application window visible.

See Also

IApplication Interface