Initializes a new instance of the class using the specified text and navigation URL.

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

Syntax

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

Parameters

text
Type: System..::.String
The text that is displayed for the item.
navigateUrl
Type: System..::.String
The URL to link to when the item is clicked.

See Also