<< Click to Display Table of Contents >> Navigation: ThinBASIC Modules > UIAdv (Advanced User Interface module) > IMAGECTX Control > IMAGECTX_ClearImage |
Description
Clear current image and reset the control to its current background color
Syntax
IMAGECTX_ClearImage(hwnd, ctrlID, Redraw)
Returns
None.
Parameters
Name |
Type |
Optional |
Meaning |
hWnd |
Number |
No |
Handle of the dialog containing the control |
ctrlID |
Number |
No |
Control identifier |
Redraw |
Number |
No |
%TRUE or %FALSE in order to perform a control redraw |
Remarks
Restrictions
See also
Examples