Working with Winforms Designer and UserControls has always been a bit complicated, we could never get an easy access to the UserControls unique properties when designing our Control. We only had one option to access Properties via the Properties Window . To understand better how Designers works please visit The Perfect Host . In this post I will demonstrate how we can easily create and adapt a Custom Designer for a New UserControl . This figure demonstrate how a Button is Contained by...