Microsoft SDK for Java

Rebar.addBand

Adds a rebar band to the rebar control.

Syntax

public void addBand( RebarBand band )

Parameters

band

The RebarBand object that represents the band to add to the rebar control.

Remarks

To add a control to the rebar band, use the RebarBand.setChildControl method. To add a control and rebar band at the same time, use the add method.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.