Method IControlContainer.AddControl
IControlContainer.AddControl(SimpleControl)
Implementation needed by IControlContainer to add controls. All controls added are stored in Controls only if the parameter is of type OrderedSection
Declaration
void IControlContainer.AddControl(SimpleControl control)
Parameters
| Type | Name | Description |
|---|---|---|
| SimpleControl | control | Control to add. |