Method AddControl
AddControl(OrderedSection)
Implementation needed by IControlContainer<T> to add controls. All controls added are stored in Controls
Declaration
public void AddControl(OrderedSection control)
Parameters
| Type | Name | Description |
|---|---|---|
| OrderedSection | control | Control to add. |