SetWindowColor()

语法

SetWindowColor(#Window, Color)
概要
Changes the background color of the specified window.

参数

#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.

返回值

无. @remark GetWindowColor() can be used to get the current background color of the window.

参阅

GetWindowColor()

已支持操作系统

所有

<- SetWindowCallback() - Window Index - SetWindowData() ->