ESRI.ArcGIS.ADF.Web.UI.WebControls
MapTips Class
See Also  Members  
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace : MapTips Class


Displays map tips on a map control.

Object Model





Syntax

Visual Basic (Declaration)  
Public Class MapTips 
   Inherits WebControl
   Implements IBuddyControlSupport 
Visual Basic (Usage) Copy Code
Dim instance As MapTips
C#  
public class MapTips : WebControl, IBuddyControlSupport  

Remarks

Map tips are pop-ups of information that appear next to the cursor when the user hovers over a map feature.

At the 9.2 release, only point layers are supported for map tips.

For a discussion of the use of the MapTips control, see the MapTips control discussion in the Developer Help.

Tip: if maptips appear beneath the map, try decreasing or removing the z-index value in the Style of the Map control (edit the Style in source view of the page in Visual Studio).

Inheritance Hierarchy

System.Object
   System.Web.UI.Control
      System.Web.UI.WebControls.WebControl
         ESRI.ArcGIS.ADF.Web.UI.WebControls.WebControl
            ESRI.ArcGIS.ADF.Web.UI.WebControls.MapTips

Requirements

Target Platforms:Windows XP Professional, Windows Server 2003 family

See Also