' Create TextEditorTool Dim textEditorTool As New TextEditorTool() textEditorTool.Id = "textEditor" textEditorTool.Caption = "textEditor" textEditorTool.KeyTip = "TE" Debug.Write("textEditorTool.HasCaption" + textEditorTool.HasCaption)
// Create TextEditorTool TextEditorTool textEditorTool = new TextEditorTool(); textEditorTool.Id = "textEditor"; textEditorTool.Caption = "textEditor"; textEditorTool.KeyTip = "TE"; Debug.Write("textEditorTool.HasCaption" + textEditorTool.HasCaption);