Create custom UI appearance for WinForms controls - part 1
(All posts in this series: Post 1, Post 2, Post 3, Post 4, Post 5, Post 6, Source Code)
Today, I decided to write several posts about custom WinForms controls. In this first post I’ll explain what we will need to have a control which will be a fully customizable through Visual Studio (VS) designer.
Firstly, we [...]