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




Displays map tips on a map control.

Object Model





Syntax

Visual Basic (Declaration) 
<ToolboxBitmapAttribute()>
<DefaultPropertyAttribute("Map")>
<ToolboxDataAttribute("<{0}:MapTips runat='server' Height='80px' Width='350px'></{0}:MapTips>")>
<DesignerAttribute(DesignerBaseTypeName="System.ComponentModel.Design.IDesigner, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", DesignerTypeName="ESRI.ArcGIS.ADF.Web.UI.WebControls.Design.MapTipsDesigner, ESRI.ArcGIS.ADF.Web.UI.WebControls, Version=10.0.0.0, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86")>
Public Class MapTips 
   Inherits WebControl
   Implements IBuddyControlSupport 
Visual Basic (Usage)Copy Code
Dim instance As MapTips
C# 
[ToolboxBitmapAttribute()]
[DefaultPropertyAttribute("Map")]
[ToolboxDataAttribute("<{0}:MapTips runat='server' Height='80px' Width='350px'></{0}:MapTips>")]
[DesignerAttribute(DesignerBaseTypeName="System.ComponentModel.Design.IDesigner, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", DesignerTypeName="ESRI.ArcGIS.ADF.Web.UI.WebControls.Design.MapTipsDesigner, ESRI.ArcGIS.ADF.Web.UI.WebControls, Version=10.0.0.0, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86")]
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.

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

See Also

© 2010 All Rights Reserved.