Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType.Fields Namespace / DisplayFieldInfo Class / BackColor Property


In This Topic
    BackColor Property (DisplayFieldInfo)
    In This Topic
    Gets or sets the background color of the DisplayFieldInfo object.
    Syntax
    'Declaration
     
    
    Public Property BackColor As Color
    'Usage
     
    
    Dim instance As DisplayFieldInfo
    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 of the field.
    The default is System.Drawing.Color.Transparent.
    See Also