How to remove the ToolTip (Press F1 for more Help) from my word Addin
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.
Unfortunately, you can't: see this thread on the VSTO forum
Although you can't remove it, you can edit it by
Project Properties -> Publish -> Options -> office setting
(VS2013)
精彩评论