Adds a control, along with a rebar band to contain it, to the rebar control.
public void add( Control control )
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.
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.