EditorTool Constructor (String) |
Initializes a new instance of the
EditorTool class.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax public EditorTool(
string name
)
Public Sub New (
name As String
)
public:
EditorTool(
String^ name
)
new :
name : string -> EditorTool
Parameters
- name
- Type: SystemString
The name of the tool.
See Also