Question

  • How to display these 'IntelliSense Babel Icons' in a WPF Application?

    • Where to find these icons?

    • Is there any API to get these icons?

(I'm going to develop a intellisense feature in a WPF function, when user typing in a text box, these icons will display.)

Thanks a lot.

enter image description here

No correct solution

OTHER TIPS

Those icons are internal to Visual Studio. You can probably muck about in the VS dlls to find them, though no guarantees. I would note that those icons are actually protected by Microsoft's copyright, so using them in your program would likely be illegal; I'm not a lawyer, but do consult one if you plan on going this route.

http://msdn.microsoft.com/en-us/library/ie/bb166017.aspx

This should point you in the right direction.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top