The Popup type exposes the following members.

Properties

  NameDescription
Content
The text to display in the main body of the popup window.
Icon Obsolete.
The Icon property has been marked as obsolete, as it is not used by the ArcGIS Explorer application.
IsEmpty
Gets a value indicating if the popup window content is empty.
IsReadOnly
Gets a value indicating if the popup window content and title can be modified.
IsVisible
Gets a value indicating whether this popup window is currently visible.
MapDisplay
Gets the MapDisplay where the popup window will be displayed when it is activated.
Owner
Gets the owner of the popup window; only applicable for MapItem popups.
Size
Gets or sets the size of the popup window.
Title
The text to display in the title bar of the popup window.

See Also