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




The url to the help file displayed by the help button

Syntax

Visual Basic (Declaration) 
<ResCategoryAttribute("Behavior")>
<PersistenceModeAttribute()>
<NotifyParentPropertyAttribute(True)>
<ResDescriptionAttribute("The url to the help file displayed by the help button.")>
<ThemeableAttribute(True)>
Public Property HelpUrl As String
Visual Basic (Usage)Copy Code
Dim instance As FloatingPanel
Dim value As String
 
instance.HelpUrl = value
 
value = instance.HelpUrl
C# 
[ResCategoryAttribute("Behavior")]
[PersistenceModeAttribute()]
[NotifyParentPropertyAttribute(true)]
[ResDescriptionAttribute("The url to the help file displayed by the help button.")]
[ThemeableAttribute(true)]
public string HelpUrl {get; set;}

See Also

© 2010 All Rights Reserved.