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




Image URL for thumbnail.

Syntax

Visual Basic (Declaration) 
<ClientPropertyNameAttribute("thumbnailImageUrl")>
<DefaultValueAttribute()>
<ResDescriptionAttribute("URL for thumbnail image.")>
<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")>
<ExtenderControlPropertyAttribute()>
Public Property ThumbnailImageUrl As String
Visual Basic (Usage)Copy Code
Dim instance As HoverExpandExtender
Dim value As String
 
instance.ThumbnailImageUrl = value
 
value = instance.ThumbnailImageUrl
C# 
[ClientPropertyNameAttribute("thumbnailImageUrl")]
[DefaultValueAttribute()]
[ResDescriptionAttribute("URL for thumbnail image.")]
[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")]
[ExtenderControlPropertyAttribute()]
public string ThumbnailImageUrl {get; set;}

See Also

© 2010 All Rights Reserved.