ArcObjects Library Reference (Framework)  

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

.NET Samples

Automate ArcGIS for Desktop applications (Code Files: Form1)

.NET Related Topics

Automating ArcGIS for Desktop applications | GlobeCore