MaximizeBand SEToolBar

<< Click to Display Table of Contents >>

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

MaximizeBand SEToolBar

Previous pageReturn to chapter overviewNext page

Purpose

Resizes the specified band in a rebar control to either its ideal or largest size.

 

Prototype

METHOD MaximizeBand(uBand, lIdeal) CLASS SEToolBar

 

Arguments

<uBand>

The symbolic name of the band or the numeric band index - the index base is 1.

[<lIdeal>]

A logic value, that indicates if the ideal width of the band should be used when the band is maximized.

If this value is TRUE, the ideal width will be used.

If this value is FALSE, the band will be made as large as possible.

The default value is FALSE.

 

 

,