Creates a topicbar group with specified text at the caption.

Namespace:  C1.Web.Command
Assembly:  C1.Web.Command.2 (in C1.Web.Command.2.dll)

Syntax

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

Parameters

text
Type: System..::.String
Caption text.

See Also