Removes the control from the collection.

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

Syntax

C#
public override void Remove(
	Control value
)
Visual Basic
Public Overrides Sub Remove ( _
	value As Control _
)

Parameters

value
Type: System.Web.UI..::..Control
The control to remove.

See Also