Base
Type:
Derived Types:
InfoWindowDescription specifies how a feature’s information should be shown to a client when one clicks or hovers over the feature.
Property |
Type |
Description |
Enabled |
bool |
If Enabled is false, the client application will not use InfoWindowDescription. |
HidePropertyName |
bool |
|
PopupStyle |
|
The Presentation Style is esriHTMLPopUpStyleTwoColumnTable, esriHTMLPopUpStyleRedirectedHTML, or esriHTMLPopUpStyleXSLStylesheet. |
RedirectPropertyName |
string |
|
RedirectPropertyPrefix |
string |
|
RedirectPropertySuffix |
string |
|
XSLStylesheet |
string |
|
Remarks
The behavior for the values of PopupStyle is given below:
If the PopupStyle is esriHTMLPopUpStyleTwoColumnTable and the HidePropertyName is false, the properties are shown in two columns: one for Property name and the other for the values.
If the PopupStyle is esriHTMLPopUpStyleTwoColumnTable and the HidePropertyName is true, the property values are shown in one column.
If the PopupStyle is esriHTMLPopUpStyleRedirectedHTML, a URI is composed using the RedirectPropertyPrefix, RedirectPropertyName, and RedirectPropertySuffix. The URI’s contents are downloaded and displayed as the feature’s information.
If the PopupStyleis is esriHTMLPopUpStyleXSLStylesheet, the feature’s values are formatted using the XSLStyleSheet and the result is shown as the information for the feature.
Examples
C# |
VB.NET |
Java |