如何从我的 Word 插件中删除工具提示(按 F1 获取更多帮助)
目前我正在开发一个插件,其中我有一个功能区。在该功能区中,如果我将鼠标移到任何按钮上,我将获得我的功能描述(该按钮的描述)以及屏幕提示(我的插件名称,按 F1 获取更多帮助)。
我的问题是如何删除此屏幕提示“按 F1 获取更多帮助”。
任何帮助都将不胜感激。
谢谢。
Currently i am working on an addin, in which i am having a Ribbon.In that Ribbon, If i move the mouse over any button I am getting my Feature description(description of that button) as well as Screen tip(my Addin name,Press F1 for more Help).
my question is how to remove this Screen tip "Press F1 for more Help".
Any help can be greatly appreciated.
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
不幸的是,您无法:在 VSTO论坛
Unfortunately, you can't: see this thread on the VSTO forum
虽然不能删除,但是可以通过
Project Properties -> 进行编辑。发布->选项->办公室环境
(VS2013)
Although you can't remove it, you can edit it by
Project Properties -> Publish -> Options -> office setting
(VS2013)