| ArcGIS Explorer Component Help |
| Popup Members |
| Popup Class Constructors Methods Properties See Also |
The Popup type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| Popup | Overloaded. Initializes a new instance of the Popup class that represents a temporary Popup,
with the specified properties. |
Methods
| Name | Description | |
|---|---|---|
| Activate |
Shows the popup window and gives it focus; any visible popup windows that are not pinned will be hidden.
| |
| Equals | (Inherited from Object.) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetTarget |
Gets the map location associated with the popup window.
| |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| Hide |
Hides the popup window.
| |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| SetTarget |
Sets the map location associated with the popup window.
| |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| 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.
|