' Create MaskedEditorTool Dim maskedEditorTool As New MaskedEditorTool() maskedEditorTool.Id = "maskedEditor" maskedEditorTool.Caption = "maskedEditor" maskedEditorTool.KeyTip = "TE" Debug.Write("maskedEditorTool.HasCaption" + maskedEditorTool.HasCaption)
// Create MaskedEditorTool MaskedEditorTool maskedEditorTool = new MaskedEditorTool(); maskedEditorTool.Id = "maskedEditor"; maskedEditorTool.Caption = "maskedEditor"; maskedEditorTool.KeyTip = "ME"; Debug.Write("maskedEditorTool.HasCaption" + maskedEditorTool.HasCaption);