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

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

Syntax

C#
public C1WebToolBarItem(
	string text,
	string navigateUrl,
	string imageUrl
)
Visual Basic (Declaration)
Public Sub New ( _
	text As String, _
	navigateUrl As String, _
	imageUrl 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.
imageUrl
Type: System..::.String
The URL to an image that is displayed next to the item in all states.

See Also