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




URL for pinned image.

Syntax

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

See Also

© 2010 All Rights Reserved.