SetWindowColor()
Syntax
SetWindowColor(#Window, Color)Description
Changes the background color of the specified window.
Parameters
#Window The window to use. Color The new color to use for the window background. RGB() can be used to get a valid color value. A color table with common colors is available here. If color is set to #PB_Default, it will reset the background to the default color.
Return value
None. @remark GetWindowColor() can be used to get the current background color of the window.
See Also
GetWindowColor()
Supported OS
All