Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
OverviewMethodsThis PackageAll Packages
Rebar.add
Adds a control, along with a rebar band to contain it, to the rebar control.
Syntax
public void add( Control control )
Parameters
control
A Control object that represents the control to be added. If the specified control already exists on another rebar band, calling this method has no effect.
Exceptions
WFCException thrown if the specified control is a top-level control or if adding the new control as a child would result in a circular control reference.