DateTimePicker BackColor

A

aaaa

After this code:

DateTimePicker1.Enable = false;

The back color of the datetimepicker back color stay gray. I want it stay
white. How can i do this???


Visual Studio 2003


Tiago Costa
 
I

Ignacio Machin \( .NET/ C# MVP \)

Hi,

Check if you have any event you can use for it ( dont think so ), otherwise
you will have to inherit from it and repaint the background yourself.


cheers,
 

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

Top