Click or drag to resize

ToolbarButton Constructor (String, String, String, String)

Initializes a new instance of an object.

Namespace:  Dynamicweb.Controls
Assembly:  Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax
public ToolbarButton(
	string id,
	string text,
	string imagePath,
	string onClientClick
)

Parameters

id
Type: SystemString
Control ID.
text
Type: SystemString
Button text.
imagePath
Type: SystemString
Button image path.
onClientClick
Type: SystemString
Script that is executed when the button is clicked.
Remarks