문제

  • 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