0
正在使用c#編寫Outlook加載項。我想在撰寫新電子郵件時禁用「選項」標籤中的「權限」按鈕。目前使用外接表達對創建Outlook插件Programmaticaly禁用Outlook中編輯窗口功能區中的現有按鈕
正在使用c#編寫Outlook加載項。我想在撰寫新電子郵件時禁用「選項」標籤中的「權限」按鈕。目前使用外接表達對創建Outlook插件Programmaticaly禁用Outlook中編輯窗口功能區中的現有按鈕
需要使用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: