Version

BackColor Property (BaseChildControl)

Gets or sets the background color of the control.
Syntax
'Declaration
 
Public Overrides Property BackColor As Color
public override Color BackColor {get; set;}

Property Value

A System.Drawing.Color that represents the background color of the control. The default is Color.Empty, which indicates that this property is not set.
Remarks

Use the BackColor property to specify the background color of the control. This property is set using a System.Drawing.Color object.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also