DEPRECIATED. The ControlSet is an element that contains a configurable collection of controls.<q ref="core.gml:Configuration">Configuration</q><h2>Child Elements</h2>
<q ref="core.gml:Control">Control</q>(c) SAP AG 2003-2006. All rights reserved.<q ref="core.gml:Configuration">Configuration</q> | <q ref="core.gml:Infoshape">Infoshape</q> | <q ref="core.gml:Interactor">Interactor</q> | <q ref="core.gml:Control">Control</q>
The controls items for this Control Set. use <q ref="core.gml:ControlSet!createControl">createControl</q> and <q ref="core.gml:ControlSet!removeControl">removeControl</q> to add or remove them.
Wrapper method for creating controls in <q ref="core.gml:ControlSet">ControlSet</q>. Use this method instead of <q ref="core.gml:TransObject!createElement">createElement</q>The class name of the control object.A collection of property values for initializing the new element.the new control that was successfully created and inserted, or <code>null</code>
Wrapper method for removing a control in <q ref="core.gml:ControlSet">ControlSet</q>. Use this method instead of <q ref="core.gml:TransObject!removeElement">removeElement</q>The control child element to remove.The Id of the control child element to remove.Indicates whether the control child element was successfully removed.