Method XbpActiveXControl():setColorBG() Foundation
Sets or returns the background color.
:setColorBG( [<nColor>] ) --> nOldColor
This method returns the previous background color (current before the method is called). If no new color index is specified, the method simply returns the current color.
The method :setColorBG() sets the background color or returns the current background color set for an ActiveX Control. The default color is specified by the control's parent object.
Using :setColorBG() to set a new background color for an ActiveX control implicitly overrides the corresponding setting of the control container's ambient property (DISPID_AMBIENT_BACKCOLOR). See :inheritPresParams()for further information.
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.