• 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

没有正确的解决方案

其他提示

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.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top