Groupbox border color
C#
2
Posts
2
Posters
0
Views
1
Watching
-
I am using .Net Framework 2.0 winforms groupbox control. I would want to know on how to change the border color of the groupbox . Any ideas on how this would be achieved would be appreciated. Thanks, VPMahank
Not easily done. You can only achieve this by extending the groupbox class, and painting it yourself.