Navigation: thinBasic Modules > UI_ImageCTX > UI_IMAGECTX_SetBkColor |
![]() ![]() ![]() |
Description
Set control background color
Syntax
lPrevBkColor = UI_IMAGECTX_SetBkColor(hwnd, ctrlID, lColor [, ForceRedraw])
Returns
Number.
Returns the previous background color
Parameters
Name |
Type |
Optional |
Meaning |
hWnd |
Number |
No |
Handle of the dialog containing the control |
ctrlID |
Number |
No |
Control identifier |
lColor |
Number |
No |
RGB color to set as background color |
ForceRedraw |
Number |
Yes |
If %TRUE a redraw command will be forced. |
Remarks
Restrictions
See also
Examples
© 2004-2008 thinBasic. All rights reserved. | Version 1.7.0.0 | Web Site: http://www.thinbasic.com |