Rebar.setNewControls

Overview | Methods | This Package | All Packages

Rebar.setNewControls

Adds controls, along with bands to contain them, to the rebar control.

Syntax

public void setNewControls( Control[] ctls )

Parameters

ctls

An array of Control objects that represents the controls to add to the rebar control.

Remarks

To add a single control to the rebar control, use the add method.

See Also   Control.setNewControls