Changing background color for TabControl's and Menu item components

  • Thread starter Thread starter Anders Sahlin
  • Start date Start date
A

Anders Sahlin

Hello!
I am building a GUI using the .NET CF 2.0 version.

I want to use another background color for my application than the standard
grey.

The problem is that there is no BackGround color property for TabControl's
or MenuItem's

Can anyone recommend ny reliable 3:rd party components containing
TabControls and MenuItems with adjustable background color?

//Yours sincerely Anders Sahlin
 
Hello!
Its true that the BackColor property exist for a TabControl in the .NET CF
2.0.
But if you use it you will get a warning message indicating that it is not
supported by the platform and
it will not have any effect.

Regarding my original question: Is there any way to change the default
Background color, thus affecting
the BackGround color of a TabControl ?


//Yours sincerely Anders Sahlin
 
Back
Top