| ToolbarButton Constructor (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
)
Public Sub New (
id As String,
text As String
)
Parameters
- id
- Type: SystemString
Control ID. - text
- Type: SystemString
Button text.
Remarks See Also