Beta Documentation - Subject to change.

Sets the background color of the control.

Syntax

Lua
function Control:SetBackColor(value);

Parameters

value
Type: Color
The new background color for the control.

Remarks

Sets the background color of the control.

See Also