ArcGIS Explorer Component Help |
Popup..::.Content Property |
Popup Class See Also |
The text to display in the main body of the popup window.
Namespace:
ESRI.ArcGISExplorer.MappingAssembly: ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.1500 (2.0.0.1500)
Syntax
Field Value
A string containing plain text, HTML or XML.Remarks
The content property can be populated with a plain text, HTML or XML. The string you specify will display in the popup window as though you are viewing markup in a
web browser. The ArcGIS Explorer application automatically detects if the content contains valid markup, and if not, simply displays the specified string.
Exceptions
Exception | Condition |
---|---|
System..::.InvalidOperationException | The content cannot be set if Popup.IsReadOnly property is true. |