ActiveReports 13
BackColor Property (BaseToolbox)

GrapeCity.ActiveReports.Design.Win Assembly > GrapeCity.ActiveReports.Design.Toolbox Namespace > BaseToolbox Class : BackColor Property
Gets or sets the background color for the control.
Syntax
'Declaration
 
Public Overridable Property BackColor As Color
public virtual Color BackColor {get; set;}

Property Value

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.
See Also

Reference

BaseToolbox Class
BaseToolbox Members