| 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
)
Public Sub New (
id As String,
text As String,
imagePath As String,
onClientClick As String
)
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 See Also