<< Click to Display Table of Contents >> Navigation: ThinBASIC Modules > UI (User Interface) > CONTROLS > Control Types > MLGrid Control > MLGrid Control Commands > MLGrid_Sheet_Tabs_Visible |
Description
Hide or show sheet tabs area
Syntax
n = MLGrid_Sheet_Tabs_Visible(hGrid, Visible, nPixels)
Returns
Number
Parameters
Name |
Type |
Optional |
Meaning |
hGrid |
Number |
No |
handle to grid control, the one returned by CONTROL ADD MLGRID ... |
Visible |
Number |
No |
%TRUE or %FALSE |
nPixels |
Number |
No |
Number of initial pixels to assign to Tabs area width |
Remarks
Restrictions
See also
Examples