ESRI.ArcGIS.ADF.Web.UI.WebControls
ShowHelp Property
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > FloatingPanel Class : ShowHelp Property




Whether to show the help button

Syntax

Visual Basic (Declaration) 
<ResDescriptionAttribute("Whether to show the help button")>
<BrowsableAttribute(True)>
<NotifyParentPropertyAttribute(True)>
<DefaultValueAttribute()>
<ResCategoryAttribute("Behavior")>
<PersistenceModeAttribute()>
Public Overridable Property ShowHelp As Boolean
Visual Basic (Usage)Copy Code
Dim instance As FloatingPanel
Dim value As Boolean
 
instance.ShowHelp = value
 
value = instance.ShowHelp
C# 
[ResDescriptionAttribute("Whether to show the help button")]
[BrowsableAttribute(true)]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
[ResCategoryAttribute("Behavior")]
[PersistenceModeAttribute()]
public virtual bool ShowHelp {get; set;}

See Also

© 2010 All Rights Reserved.