Gets or sets the background color for the control.
public virtual Color BackColor {get; set;}
'宣言
Public Overridable Property BackColor As Color
プロパティ値
A
System.Drawing.Color that represents the background color of the control. The default is the value of the
System.Windows.Forms.Control.DefaultBackColor property.