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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top