Click or drag to resize

ToolbarButton Constructor (String, String, KnownIcon, String)

Initializes a new instance of the ToolbarButton class

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

Parameters

id
Type: SystemString
text
Type: SystemString
icon
Type: Dynamicweb.Core.UI.IconsKnownIcon
onClientClick
Type: SystemString
See Also