ESRI.ArcGIS.ADF.Web.UI.WebControls
CloseButtonImage Property
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > MapTips Class : CloseButtonImage Property




This property is no longer in use.

Syntax

Visual Basic (Declaration) 
<ResCategoryAttribute("WebControlCategoryAppearanceSymbol")>
<ObsoleteAttribute("This property is no longer in use.")>
<DefaultValueAttribute()>
<ResDescriptionAttribute("This property is no longer used.")>
<NotifyParentPropertyAttribute(True)>
<BrowsableAttribute(False)>
Public Property CloseButtonImage As String
Visual Basic (Usage)Copy Code
Dim instance As MapTips
Dim value As String
 
instance.CloseButtonImage = value
 
value = instance.CloseButtonImage
C# 
[ResCategoryAttribute("WebControlCategoryAppearanceSymbol")]
[ObsoleteAttribute("This property is no longer in use.")]
[DefaultValueAttribute()]
[ResDescriptionAttribute("This property is no longer used.")]
[NotifyParentPropertyAttribute(true)]
[BrowsableAttribute(false)]
public string CloseButtonImage {get; set;}

See Also

© 2010 All Rights Reserved.