| ToolbarButton Constructor (String, String, IconType, 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,
IconType image,
string onClientClick
)
Public Sub New (
id As String,
text As String,
image As IconType,
onClientClick As String
)
Parameters
- id
- Type: SystemString
Control ID. - text
- Type: SystemString
Button text. - image
- Type: Dynamicweb.Controls.IconsIconType
Button image. - onClientClick
- Type: SystemString
Script that is executed when the button is clicked.
Remarks See Also