Kairan
Kairan

Reputation: 5542

C# ToolStrip Insert Standard Menu Standard Icons Location

I found this post VS-2010_Location on stackoverflow regarding the location of the standard icons used when you create a toolstrip and "insert standard items" like New, Print, Cut, Paste, etc in the toolstrip.

But perhaps this has changed for VS 2012 as I cannot locate these icons. Where do you find the icons in VS 2012 ?

Upvotes: 4

Views: 2347

Answers (1)

coder
coder

Reputation: 13250

It is missing in Visual studio 2012 and you can manually download it from here http://www.microsoft.com/en-us/download/details.aspx?id=35825

Upvotes: 7

Related Questions