ESRI.ArcGIS.ADF.Web.UI.WebControls
UnpinnedImageUrl Property
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > HoverExpandExtender Class : UnpinnedImageUrl Property




URL for unpinned image.

Syntax

Visual Basic (Declaration) 
<EditorAttribute(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="System.Web.UI.Design.ImageUrlEditor, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")>
<ResDescriptionAttribute("URL for unpinned image.")>
<ExtenderControlPropertyAttribute()>
<ClientPropertyNameAttribute("unpinnedImageUrl")>
<DefaultValueAttribute()>
Public Property UnpinnedImageUrl As String
Visual Basic (Usage)Copy Code
Dim instance As HoverExpandExtender
Dim value As String
 
instance.UnpinnedImageUrl = value
 
value = instance.UnpinnedImageUrl
C# 
[EditorAttribute(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="System.Web.UI.Design.ImageUrlEditor, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
[ResDescriptionAttribute("URL for unpinned image.")]
[ExtenderControlPropertyAttribute()]
[ClientPropertyNameAttribute("unpinnedImageUrl")]
[DefaultValueAttribute()]
public string UnpinnedImageUrl {get; set;}

See Also

© 2010 All Rights Reserved.