Changing the BackColor on a control

  • Thread starter Thread starter Cartoper
  • Start date Start date
C

Cartoper

I am working in VS2008.

I have a TabControl on a form. The background color of the TabControl
is not the standard KnownColor.Control color, it is a lighter color.

I have placed a TrackBar on the TabControl and it's BackColor is that
of the KnownColor.Control. The question is, how do I make the
TabControl's backcolor that of the container it is on?

Cartoper
 
The tab control background colour cannot be set. This is by design.

I mistyped, I want to change the TrackBar's background color to
transparent, not the TabControls background color. Sorry.
 

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