ESRI.ArcGIS.ADF.Web.UI.WebControls
TitleBarSeparatorLine Property
See Also  Send Feedback
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) 
<ResCategoryAttribute("Floating Panel Appearance")>
<PersistenceModeAttribute(PersistenceMode.Attribute)>
<NotifyParentPropertyAttribute(True)>
<DefaultValueAttribute()>
<ResDescriptionAttribute("Whether to display a separator line between the title bar and body of the panel.")>
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# 
[ResCategoryAttribute("Floating Panel Appearance")]
[PersistenceModeAttribute(PersistenceMode.Attribute)]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
[ResDescriptionAttribute("Whether to display a separator line between the title bar and body of the panel.")]
public bool TitleBarSeparatorLine {get; set;}

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.