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
 
Back
Top