|
<< Click to Display Table of Contents >> Navigation: ThinBASIC Modules > UI (User Interface) > CONTROLS > Control Types > MLGrid Control > MLGrid Control Commands > MLGrid_Row_HighLight |
Description
Set a row highlighted
Syntax
n = MLGrid_Row_HighLight(hGrid, Row [, 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 |
Row 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