I'm hoping to add some standard icons to my common tab strip buttons such as Print, Save, etc. Does either Telerik or .NET provide these stock icons for me without having to embed resources in my assembly?
Currently toolstrip and tabstrip do not expose any predefined items or images. We have this feature in our to-do list but now I am not able to give any specific timeframe for its implementation.
If you do not wish to embed resources in your assembly you can use the same resource images as the standard toolstrip items. I have prepared a project that demonstrates this.