Removes the specified oab object.

Namespace:  C1.Web.UI.Controls.C1TabStrip
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
public void Remove(
	C1Tab tab
)
Visual Basic (Declaration)
Public Sub Remove ( _
	tab As C1Tab _
)

Parameters

tab
Type: C1.Web.UI.Controls.C1TabStrip..::..C1Tab
The C1Tab object to remove.

See Also