Gets a value indicating whether the application is visible.

Namespace:  ESRI.ArcGISExplorer.Application

Assembly:  ESRI.ArcGISExplorer.Application (in ESRI.ArcGISExplorer.Application.dll) Version: 2.0.0.1500 (2.0.0.1500)

Syntax

C#
public static bool Visible { get; }
Visual Basic (Declaration)
Public Shared ReadOnly Property Visible As Boolean

Field Value

trueTruetruetrue (True in Visual Basic) if the application window is currently visible; otherwise, falseFalsefalsefalse (False in Visual Basic).

See Also