Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / SideButtonBaseInfo Class / BackColor Property


In This Topic
    BackColor Property (SideButtonBaseInfo)
    In This Topic
    Gets or sets the backcolor of the side button.
    Syntax
    'Declaration
     
    
    Public Overridable Property BackColor As Color
    'Usage
     
    
    Dim instance As SideButtonBaseInfo
    Dim value As Color
     
    instance.BackColor = value
     
    value = instance.BackColor
    public virtual Color BackColor {get; set;}

    Property Value

    The backcolor of the side button.
    See Also