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




Displays map tips on a map control.

Object Model

MapTips Class

Syntax

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

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.