Overview | Methods | Fields | This Package | All Packages
OverviewMethodsFieldsThis PackageAll Packages
Control.setBackColor
Sets the background color for this control.
Syntax
public void setBackColor( Color value )
Parameters
value
A Color object that represents the background color for this control. Specifying null for this parameter sets the control's background color to its parent's background color.
See Also getBackColor