I have multiple check boxes(18) and want to be able to change backcolor , forecolor based on checkbox name

  • Thread starter Thread starter dosricardos
  • Start date Start date
D

dosricardos

Guest
In C# on windows form I have 18 checkboxes. When clicked I want to change flatstyle to popup and also change backcolor and forecolor. When unclicked want to change back. So I want a common class that I can pass checkbox name to and have that class change the properties based on current setting.

Continue reading...
 
Back
Top