2017-04-24 86 views

回答

1

需要使用command標記,並定義了getEnabled屬性

上午。例如:

<?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:

相關問題