Searches C1Tab through the collection by the Text. Recursive searching is used until C1Tab is found.

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

Syntax

C#
public C1Tab FindTabByText(
	string text
)
Visual Basic (Declaration)
Public Function FindTabByText ( _
	text As String _
) As C1Tab

Parameters

text
Type: System..::..String

Return Value

First C1Tab that match the searched text.

See Also