|
<< Click to Display Table of Contents >> Navigation: ThinBASIC Modules > UI (User Interface) > CONTROLS > Control Types > MLGrid Control > MLGrid Control Commands > MLGrid_Sheet_Tab_Color |
Description
Change sheet tab color
Syntax
n = MLGrid_Sheet_Tab_Color(hGrid, SheetNumber, RGBColor)
Returns
Number
Parameters
Name |
Type |
Optional |
Meaning |
hGrid |
Number |
No |
handle to grid control, the one returned by CONTROL ADD MLGRID ... |
SheetNumber |
Number |
No |
Number of sheet tab |
RGBColor |
Number |
No |
RGB Color to apply to sheet tab |
Remarks
Restrictions
See also
Examples