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,
	string mouseOverImageUrl,
	string selectedImageUrl,
	string mouseOverSelectedImageUrl,
	string disabledImageUrl
)
Visual Basic (Declaration)
Public Sub New ( _
	text As String, _
	navigateUrl As String, _
	imageUrl As String, _
	mouseOverImageUrl As String, _
	selectedImageUrl As String, _
	mouseOverSelectedImageUrl As String, _
	disabledImageUrl As String _
)

Parameters

text
Type: System..::.String
navigateUrl
Type: System..::.String
imageUrl
Type: System..::.String
mouseOverImageUrl
Type: System..::.String
selectedImageUrl
Type: System..::.String
mouseOverSelectedImageUrl
Type: System..::.String
disabledImageUrl
Type: System..::.String

See Also