ESRI.ArcGIS.ADF.ArcGISServer.Editor
TitleBarBackgroundImage Property
See Also  Send Feedback
ESRI.ArcGIS.ADF.ArcGISServer.Editor Namespace > TooledEditorPanel Class : TitleBarBackgroundImage Property




Syntax

Visual Basic (Declaration) 
<ResDescriptionAttribute("The URL of the background image of the title bar on the panel.")>
<PersistenceModeAttribute(PersistenceMode.Attribute)>
<NotifyParentPropertyAttribute(True)>
<ThemeableAttribute(True)>
<ResCategoryAttribute("Floating Panel Appearance")>
Public Property TitleBarBackgroundImage As String
Visual Basic (Usage)Copy Code
Dim instance As TooledEditorPanel
Dim value As String
 
instance.TitleBarBackgroundImage = value
 
value = instance.TitleBarBackgroundImage
C# 
[ResDescriptionAttribute("The URL of the background image of the title bar on the panel.")]
[PersistenceModeAttribute(PersistenceMode.Attribute)]
[NotifyParentPropertyAttribute(true)]
[ThemeableAttribute(true)]
[ResCategoryAttribute("Floating Panel Appearance")]
public string TitleBarBackgroundImage {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.