Initializes a new instance of the C1MenuItem class.

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

Syntax

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

Parameters

text
Type: System..::..String
The text.

See Also