I’m developing a Visual Studio Extension. Looking at some examples, I notice that there are built-in icons for buttons, such as the refresh button:
<Icon guid="guidOfficeIcon" id="msotcidRefresh"/>
My question is: is there a list of available IDs of this icon group “guidOfficeIcon”? Digging around the net I’ve found some others: msotcidClock, msotcidNoIcon, msotcidGears… But it would be nice to have a list of all of them.
Thank you for your advice.
After some time, I finally found it. The list of image ids can be found in the file msobtnid.h, which can be found here.
https://bitbucket.org/NickJosevski/jslint-for-vs2010-cli/src/b1e25667521e/vssdk_tools/Inc/office10/msobtnid.h