2017-04-24 8 views

答えて

1

あなたが定義されてgetEnabled属性でcommandタグを使用する必要がある見通しを作成するための表現アドインを使用しています。たとえば:

<?xml version="1.0" encoding="UTF-8"?> 
<customUI xmlns="http://schemas.microsoft.com/office/2009/07/customui" onLoad="Ribbon_Load"> 
    <commands> 
    <command idMso="Permissions" getEnabled="OnGetEnabled" /> 
    </commands> 
</customUI> 

あなたは組み込みのリボンコントロールを再利用することができ、より多くの情報のためTemporarily Repurpose Commands on the Office Fluent Ribbonを参照してください。

内蔵のコントロールIDのリストは以下の文書に記載されています。

関連する問題