' Create TextEditorTool Dim textEditorTool As New TextEditorTool() textEditorTool.Id = "textEditor" textEditorTool.Caption = "textEditor"
// Create TextEditorTool TextEditorTool textEditorTool = new TextEditorTool(); textEditorTool.Id = "textEditor"; textEditorTool.Caption = "textEditor";