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




Gets or sets a value specifying whether to have a separator between the Title Bar and body of the panel.

Syntax

Visual Basic (Declaration) 
<PersistenceModeAttribute()>
<DefaultValueAttribute()>
<ResCategoryAttribute("Floating Panel Appearance")>
<ResDescriptionAttribute("Whether to display a separator line between the title bar and body of the panel.")>
<NotifyParentPropertyAttribute(True)>
Public Property TitleBarSeparatorLine As Boolean
Visual Basic (Usage)Copy Code
Dim instance As FloatingPanel
Dim value As Boolean
 
instance.TitleBarSeparatorLine = value
 
value = instance.TitleBarSeparatorLine
C# 
[PersistenceModeAttribute()]
[DefaultValueAttribute()]
[ResCategoryAttribute("Floating Panel Appearance")]
[ResDescriptionAttribute("Whether to display a separator line between the title bar and body of the panel.")]
[NotifyParentPropertyAttribute(true)]
public bool TitleBarSeparatorLine {get; set;}

See Also

© 2010 All Rights Reserved.