' Create ComboEditorTool Dim comboEditorTool As New ComboEditorTool() comboEditorTool.Id = "comboEditor" comboEditorTool.Caption = "comboEditor" ' Add to QAT xamRibbon.QuickAccessToolbar.Items.Add(New QatPlaceholderTool("comboEditor", QatPlaceholderToolType.Tool)) Debug.Write("comboEditorTool.IsQatCommonTool" + comboEditorTool.IsQatCommonTool)
// Create ComboEditorTool ComboEditorTool comboEditorTool = new ComboEditorTool(); comboEditorTool.Id = "comboEditor"; comboEditorTool.Caption = "comboEditor"; // Add to QAT xamRibbon.QuickAccessToolbar.Items.Add(new QatPlaceholderTool("comboEditor", QatPlaceholderToolType.Tool)); Debug.Write("comboEditorTool.IsQatCommonTool" + comboEditorTool.IsQatCommonTool);