我正在创建一个具有自定义功能区UI的Excel加载项。我想为我的按钮添加工具提示。我可以使用哪些XML属性来设置它?
<button id="insertStuff" label="Insert Stuff" size="large" onAction="InsertStuff_EventHandler" imageMso="AddAccount" />
答案 0 :(得分:12)
您可以使用&#34;屏幕提示&#34;和&#34; supertip&#34;:
<button id="insertStuff" screentip="Tooltip title" supertip="Long description" ...
顺便说一句,在VS中编辑功能区XML时,您应该正常自动完成。 如果您没有确保可以使用功能区模式文件。