While creating Biztalk custom component (Disassembler) I was able to change icon into PipeLine editor, however I into Toolbox component icon still default .

How can I change component Icon into toolbox ?

有帮助吗?

解决方案

You can't change the Icon through the Toolbox, it comes from the component Assembly.

If you used the Pipeline Component Wizard, the icon is stored in the Resource file as an Image.

Just add you own Image file (it has to be of certain diminsion) and change the Icon method to point to you new Image.

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