Platform | Win32, x64 |
Purpose |
To change the background colour of a control after a window/dialog has been created. |
Syntax |
SUBROUTINE SET_CONTROL_BACK_COLOUR@(HWND,COLOUR) |
Description |
HWND is the window handle of the control obtained by using %lc (Handle of Last Control). COLOUR is the RGB colour value (see RGB@). |
See also |
|
Notes |
Unless the colour is to be varied you can set the background colour of a control using %`bg before the control when the window is created. A call to SET_CONTROL_BACK_COLOUR@ can be made in the callback function for the control in question. |