ESRI.ArcGIS.ADF.Web.UI.WebControls
BackColor Property
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > ColorPalette Class : BackColor Property




Gets or sets the background color of the palette.

Syntax

Visual Basic (Declaration) 
<ResDescriptionAttribute("The border color of the drop down list of colors.")>
<ResCategoryAttribute("Appearance")>
<ResDefaultValueAttribute()>
<NotifyParentPropertyAttribute(True)>
<PersistenceModeAttribute()>
Public Overrides Property BackColor As Color
Visual Basic (Usage)Copy Code
Dim instance As ColorPalette
Dim value As Color
 
instance.BackColor = value
 
value = instance.BackColor
C# 
[ResDescriptionAttribute("The border color of the drop down list of colors.")]
[ResCategoryAttribute("Appearance")]
[ResDefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
[PersistenceModeAttribute()]
public override Color BackColor {get; set;}

See Also

© 2010 All Rights Reserved.