MLGrid_SetHeaderColor

<< Click to Display Table of Contents >>

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

MLGrid_SetHeaderColor

 

Description

 

Set the color of header cells in a grid control

 

Syntax

 

n = MLGrid_SetHeaderColor(hGrid, Color)

 

Returns

 

Number

 

Parameters

 

Name

Type

Optional

Meaning

hGrid

Number

No

handle to grid control, the one returned by CONTROL ADD MLGRID ...

eColor

Number

No

RGB color for header cells

 

Remarks

 

Restrictions

 

See also

 

Examples