|
<< Click to Display Table of Contents >> Navigation: ThinBASIC Modules > UI (User Interface) > CONTROLS > Control Types > MLGrid Control > MLGrid Control Commands > MLGrid_Col_HighLight |
Description
Set a column highlighted
Syntax
n = MLGrid_Col_HighLight(hGrid, Col [, highlight])
Returns
Number
Parameters
Name |
Type |
Optional |
Meaning |
hGrid |
Number |
No |
handle to grid control, the one returned by CONTROL ADD MLGRID ... |
Row |
Number |
No |
Column number to be highlighted |
highlight |
Number |
Yes |
%TRUE to highlight, missing value or %FALSE to remove highlight |
Remarks
Color used to highlight row is specified using MLGrid_SetGridColors.
Restrictions
See also
Examples