MDI Tab Properties

Answered
0
0

In our application we can have multiple MDI children at any given time and we want to be able to identify tabs based on colour. Is there any way to set the colour of individual tabs on an MDI tab?

  • You must to post comments
Best Answer
0
0

In the meantime
You can play with our sample app MDI and add this code to play with colors on mdi tab

Sample MDI

for change color

MdiClient.TabControl.TabPages[0].TabBackColor = Color.Green;

Documentation of TabControl

 

 

  • You must to post comments
0
0

Hi Paul – that’s exactly what I was looking for; thank you!

  • You must to post comments
0
0

Hi Neil

Could be possible that you attach a picture or scheme drawing of what you have in mind ?

Regards

  • You must to post comments
Showing 3 results
Your Answer

Please first to submit.