Hides the popup window.

Namespace:  ESRI.ArcGISExplorer.Mapping

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

Syntax

C#
public void Hide()
Visual Basic (Declaration)
Public Sub Hide

Remarks

Use this method to hide a single popup window. The popup will still be hidden regardless of it's pinned state. To hide multiple popup windows use HidePopups(Boolean).

See Also