TreeView_SetBKColor

<< Click to Display Table of Contents >>

Navigation:  ThinBASIC Modules > UI (User Interface) > CONTROLS > Control Types > TreeView Control > TreeView Control Commands >

TreeView_SetBKColor

 

Description

 

Set the background color of a treeview control.

 

Syntax

 

n = Treeview_SetBKColor(hWnd, ctrlID, Color)

 

Returns

 

Number

 

Parameters

 

Name

Type

Optional

Meaning

hWnd

Number

No

Handle of the dialog containing the control

ctrlID

Number

No

Control identifier assigned to the control during CONTROL ADD ...

Color

Number

No

Background color to set. Use RGB function to compose requested color.

 

Remarks

 

Restrictions

 

See also

 

Examples