This property is no longer in use.
Syntax
| Visual Basic (Declaration) | |
|---|
<ResDescriptionAttribute("This property is no longer used.")>
<NotifyParentPropertyAttribute(True)>
<EditorAttribute(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="ESRI.ArcGIS.ADF.Web.UI.WebControls.Design.ObjectImageUrlEditor, ESRI.ArcGIS.ADF.Web.UI.WebControls, Version=10.0.0.0, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86")>
<BrowsableAttribute(False)>
<ObsoleteAttribute("This property is no longer in use.")>
<DefaultValueAttribute()>
Public Property ClickImage As String |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As MapTips
Dim value As String
instance.ClickImage = value
value = instance.ClickImage
|
| C# | |
|---|
[ResDescriptionAttribute("This property is no longer used.")]
[NotifyParentPropertyAttribute(true)]
[EditorAttribute(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="ESRI.ArcGIS.ADF.Web.UI.WebControls.Design.ObjectImageUrlEditor, ESRI.ArcGIS.ADF.Web.UI.WebControls, Version=10.0.0.0, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86")]
[BrowsableAttribute(false)]
[ObsoleteAttribute("This property is no longer in use.")]
[DefaultValueAttribute()]
public string ClickImage {get; set;} |
See Also