Spread for ASP.NET 11 Product Documentation
BackColor Property (ComboBoxEditor)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread.Editor Namespace > ComboBoxEditor Class : BackColor Property
Gets or sets the background color of the cell.
Syntax
'Declaration
 
Public Property BackColor As Color
'Usage
 
Dim instance As ComboBoxEditor
Dim value As Color
 
instance.BackColor = value
 
value = instance.BackColor
public Color BackColor {get; set;}

Property Value

Color object containing the background color
See Also

Reference

ComboBoxEditor Class
ComboBoxEditor Members