Microsoft SDK for Java

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

© 1999 Microsoft Corporation. All rights reserved. Terms of use.