SETWINDOWCOLOR |
Top Previous Next |
Syntax SETWINDOWCOLOR(win as WINDOW,colr as UINT) Description Changes the background color of a window. Parameters win - Window colr - New background color Return value None Remarks None Example usage SETWINDOWCOLOR mywindow, RGB(0,0,0) |