I'm using Visual Studio 2015 and created a new class project where I inherited a button and modified some it features. I now want to use this button in another project. In this project, I've added a reference to it but when I try adding it to the toolbox I'm told that there are no components in the dll for it to be added to toolbox.
Is it possible to add this button without going down the route of the windows form control library?
The reason I don't want to go down this route is that I don't really need a container and want full access to all the buttons properties in any project I use it.