Adds a control to this collection.

Namespace:  C1.Web.iPhone.C1MultiView
Assembly:  C1.Web.iPhone.3 (in C1.Web.iPhone.3.dll)

Syntax

C#
public override void Add(
	Control child
)
Visual Basic
Public Overrides Sub Add ( _
	child As Control _
)

Parameters

child
Type: System.Web.UI..::..Control
The control to be added.

See Also