<< Click to Display Table of Contents >> ShowBand SEToolBar |
![]() ![]() ![]() |
Purpose
Shows or hides a given band in a rebar control.
Prototype
METHOD ShowBand(uBand, lShow) CLASS SEToolBar
rguments
<uBand> |
The symbolic name of the band or the numeric band index - the index base is 1. |
[<lShow>] |
A logic value. TRUE shows the band and FALSE hides the band. The default value is TRUE. |
RETURN
Returns TRUE if successful, or FALSE otherwise.