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




Gets or sets the CSS Class to be used by the Title Bar.

Syntax

Visual Basic (Declaration) 
<ResCategoryAttribute("Floating Panel Appearance")>
<ThemeableAttribute(True)>
<ResDescriptionAttribute("The CSS Class used by the title bar on the panel.")>
<PersistenceModeAttribute()>
<NotifyParentPropertyAttribute(True)>
Public Property TitleBarCssClass As String
Visual Basic (Usage)Copy Code
Dim instance As FloatingPanel
Dim value As String
 
instance.TitleBarCssClass = value
 
value = instance.TitleBarCssClass
C# 
[ResCategoryAttribute("Floating Panel Appearance")]
[ThemeableAttribute(true)]
[ResDescriptionAttribute("The CSS Class used by the title bar on the panel.")]
[PersistenceModeAttribute()]
[NotifyParentPropertyAttribute(true)]
public string TitleBarCssClass {get; set;}

See Also

© 2010 All Rights Reserved.