【发布时间】:2009-04-13 01:22:11
【问题描述】:
【问题讨论】:
标签: c# user-controls custom-controls
【问题讨论】:
标签: c# user-controls custom-controls
以下是您需要注意的进一步步骤:-
更多讨论可以参考this
【讨论】:
Note that the control's icon does not show on solutions that contain the project for the control. You only see the icon after you have created the Release/Debug binary version of the control library and imported it from another project as a .dll assembly.,确实如此。
在类上使用ToolboxBitmap 属性。
【讨论】: