RibbonXを使用してWord 2010のQATにカスタムボタンを追加しました。また、splitButtonを使用していくつかのボタンをグループ化したいと思っていましたが、カスタムsplitButtonsを表示できません。 RibbonXコードのsplitButtonコントロールをWord 2010のQATに配置できますか?
パート:
<splitButton idQ="x1:BookmarkButtons" visible="true"><button idQ="x1:InsertLinkedImportantContentBookmark" onAction="InsertLinkedImportantContentBookmark" label="Insert linked important content bookmark" imageMso="NewSketchpadTool" visible="true"/><menu idQ="x1:OtherBookmarkButtons" visible="true"><button idQ="x1:InsertLinkedImportantContentBookmark" imageMso="NewSketchpadTool" onAction="InsertLinkedImportantContentBookmark" label="Insert linked important content bookmark" visible="true"/><button idQ="x1:BoldAndInsertLinkedImportantContentBookmark" imageMso="NewSketchpadTool" onAction="BoldAndInsertLinkedImportantContentBookmark" label="Bold and insert linked important content bookmark" visible="true"/></menu></splitButton>
私はWordのダイアログを使用してRibbonXファイルをインポートしている間、エラーはありません、すべてのコントロールは、QATに表示されませんsplitButtonを除き、うまくいきます。 Word 2010のQATにカスタムsplitButtonコントロールを配置できるかどうかを知りたい場合は、どうすればいくつかの関数をグループ化できますか?あなたの返事に感謝します。