![]() ![]() |
ESRI.ArcGIS.ADF.Web.UI.WebControls | |
HoverImage Property | |
See Also Send Feedback |
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > MapTips Class : HoverImage Property |
Visual Basic (Declaration) | |
---|---|
<ResDescriptionAttribute("This property is no longer used.")> <DefaultValueAttribute()> <NotifyParentPropertyAttribute(True)> <BrowsableAttribute(False)> <ObsoleteAttribute("Use the LayerFormat property")> Public Property HoverImage As String |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As MapTips Dim value As String instance.HoverImage = value value = instance.HoverImage |
C# | |
---|---|
[ResDescriptionAttribute("This property is no longer used.")] [DefaultValueAttribute()] [NotifyParentPropertyAttribute(true)] [BrowsableAttribute(false)] [ObsoleteAttribute("Use the LayerFormat property")] public string HoverImage {get; set;} |
Property Value
URL to icon image displayed when user hovers over maptip.This property is set by default to an image within the Web ADF embedded resources. It may be overridden to use a different image by setting the URL so that the client can retrieve the image. For example, if you add an image to the images folder of your Web application called maptip.gif, this property may be set to "images/maptip.gif". Do not use the "~/" notation for ASP.NET applications, since the URL is sent directly to the client.
For best results, all images used for the maptip icon should be the same size: DefaultImage, HoverImage, and ClickImage.
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