SetBandSize SEToolBar

<< Click to Display Table of Contents >>

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

SetBandSize SEToolBar

Previous pageReturn to chapter overviewNext page

Purpose

Sets the dimension properties of a rebar band.

 

Prototype

METHOD SetBandSize(uBand, nMinWidth, nMinHeight, nWidth, nIdealWidth) CLASS SEToolBar

 

Argument

<uBand>

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

[<nMinWidth>]

Minimum width of the child window, in pixels. The band can't be sized smaller than this value.

[<nMinHeight>]

Minimum height of the child window, in pixels. The band can't be sized smaller than this value.

[<nWidth>]

Length of the band, in pixels.

[<nIdealWidth>]

Ideal width of the band, in pixels. If the band is maximized to the ideal width (see method MaximizeBand()), the rebar control will attempt to make the band this width.

 

Return

TRUE, if successfully, otherwise FALSE.