Spread Windows Forms 12.0 Product Documentation
BackColor Property (ListHeaderInfo)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > ListHeaderInfo Class : BackColor Property
Gets or sets a value that represents the backcolor.
Syntax
'Declaration
 
Public Property BackColor As Color
'Usage
 
Dim instance As ListHeaderInfo
Dim value As Color
 
instance.BackColor = value
 
value = instance.BackColor
public Color BackColor {get; set;}

Property Value

A System.Drawing.Color value that indicates the background color.
See Also

Reference

ListHeaderInfo Class
ListHeaderInfo Members