In visual studio when you create a custom control you get this ugly little purple gear thing for an icon of your control instead of a custom control .
So how can I change the icon for my control?
Here are further steps you need to take care of:-
For further discussion on this you can refer to 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.
, which is indeed true. –
Deedeeann © 2022 - 2024 — McMap. All rights reserved.