InfoWindowDescription

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:

 

 

Examples

C#

VB.NET

Java