Spread Windows Forms 12.0 Product Documentation
BackColor Property (DisplayField)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType.Fields Namespace > DisplayField Class : BackColor Property
Gets or sets the background color of the DisplayField.
Syntax
'Declaration
 
Public Property BackColor As Color
'Usage
 
Dim instance As DisplayField
Dim value As Color
 
instance.BackColor = value
 
value = instance.BackColor
public Color BackColor {get; set;}

Property Value

A System.Drawing.Color value indicates the background color of the field.
The default is System.Drawing.Color.Transparent.
See Also

Reference

DisplayField Class
DisplayField Members