EditorTool Constructor (String, 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,
string shortCut
)
Public Sub New (
name As String,
shortCut As String
)
public:
EditorTool(
String^ name,
String^ shortCut
)
new :
name : string *
shortCut : string -> EditorTool
Parameters
- name
- Type: SystemString
The name of the tool. - shortCut
- Type: SystemString
The shortcut for the tool.
See Also