TabControl in CompactFramework question.

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

Guest

Hi,

Can we change the back ground color of Tab pages in Compact Framework.
One more thing,
When I used
TabControl.BackColor = System.Drawing.Color(Blue);
it didn't work. I'm wondering what is this attribute, BackColor for.

Kindly let me know,

Cheers,

Naveen.
 
Make sure you are running at least SP2 and try TabPage1.BackColor =
Color.Blue

Cheers
Daniel
 

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