Reputation: 1166
I create an Add-In with VS2012 for Office 2010/2013. I want to use an office embedded icon for my RibbonButton, but I have to use external resources.
Can I use this panel of icon with my Ribbon ?
If not, can I extract these icons, and in which file ? (I already look in Office15 directory, extracted all resources in files, but I did'nt find the print icon for example.)
thanks
Upvotes: 0
Views: 2802
Reputation: 643
What you're looking for is the ImageMSO attribute of the ribbon control. This allows developers to use standard Microsoft Office icons although I'm not sure what you mean by you have to use external resources. This package will help you to visually search, extract and save the icons you seek from Microsoft Excel to use with your ribbon.
Microsoft Office Icons (ImageMSO) Gallery & Extraction
Upvotes: 1