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




Initial pinned state.

Syntax

Visual Basic (Declaration) 
<ClientPropertyNameAttribute("pinned")>
<ResDescriptionAttribute("Initial pinned state.")>
<ExtenderControlPropertyAttribute()>
<DefaultValueAttribute()>
Public Property Pinned As Boolean
Visual Basic (Usage)Copy Code
Dim instance As HoverExpandExtender
Dim value As Boolean
 
instance.Pinned = value
 
value = instance.Pinned
C# 
[ClientPropertyNameAttribute("pinned")]
[ResDescriptionAttribute("Initial pinned state.")]
[ExtenderControlPropertyAttribute()]
[DefaultValueAttribute()]
public bool Pinned {get; set;}

See Also

© 2010 All Rights Reserved.