ESRI.ArcGIS.ADF.Web.UI.WebControls
EnableCallout Property
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > LayerFormat Class : EnableCallout Property




Enables or disables the callout when hovering on a feature on the map.

Syntax

Visual Basic (Declaration) 
Public Property EnableCallout As Boolean
Visual Basic (Usage)Copy Code
Dim instance As LayerFormat
Dim value As Boolean
 
instance.EnableCallout = value
 
value = instance.EnableCallout
C# 
public bool EnableCallout {get; set;}

See Also

© 2010 All Rights Reserved.