ShowBand SEToolBar

<< Click to Display Table of Contents >>

Navigation:  SEUIXP Classes for X# > Classes > SEToolBar >

ShowBand SEToolBar

Previous pageReturn to chapter overviewNext page

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.