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