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




Gets or sets the text value of the Title Bar.

Syntax

Visual Basic (Declaration) 
<ResCategoryAttribute("Floating Panel Appearance")>
<NotifyParentPropertyAttribute(True)>
<ResDescriptionAttribute("The text displayed in the title bar of the panel.")>
<PersistenceModeAttribute()>
Public Property Title As String
Visual Basic (Usage)Copy Code
Dim instance As FloatingPanel
Dim value As String
 
instance.Title = value
 
value = instance.Title
C# 
[ResCategoryAttribute("Floating Panel Appearance")]
[NotifyParentPropertyAttribute(true)]
[ResDescriptionAttribute("The text displayed in the title bar of the panel.")]
[PersistenceModeAttribute()]
public string Title {get; set;}

See Also

© 2010 All Rights Reserved.