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?
In the meantime
You can play with our sample app MDI and add this code to play with colors on mdi tab
for change color
MdiClient.TabControl.TabPages[0].TabBackColor = Color.Green;
Hi Paul – that’s exactly what I was looking for; thank you!
Hi Neil
Could be possible that you attach a picture or scheme drawing of what you have in mind ?
Regards
Please login first to submit.