Changing background color for TabControl's and Menu item components

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
 
A

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
 

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