IMAGECTX_SetBkColor

<< Click to Display Table of Contents >>

Navigation:  ThinBASIC Modules > UIAdv (Advanced User Interface module) > IMAGECTX Control >

IMAGECTX_SetBkColor

 

Description

 

Set control background color

 

Syntax

 

lPrevBkColor = 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