Changing Button shadow properties in C#

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I would to chand the default colors used to make a button look 3d. How do I
do that in c#.
 
kingram said:
I would to chand the default colors used to make a button look 3d. How do I
do that in c#.

Take a look at the 'Dark', 'DarkDark', 'Light', and 'LightLight' methods of
the 'ControlPaint' class.
 
Back
Top