Spread Windows Forms 12.0 Product Documentation
BackColor Property (SideButtonBase)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > SideButtonBase Class : BackColor Property
Gets or sets the backcolor of the side button.
Syntax
'Declaration
 
Public Overridable Property BackColor As Color
'Usage
 
Dim instance As SideButtonBase
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

Reference

SideButtonBase Class
SideButtonBase Members