Creates an instance of C1Tab class.

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

Syntax

C#
public C1Tab(
	string text,
	string value
)
Visual Basic (Declaration)
Public Sub New ( _
	text As String, _
	value As String _
)

Parameters

text
Type: System..::..String
value
Type: System..::..String

See Also