Is it possible to change background color for mdi tab? I handle it for active tab, using UltraTabbedMdiManager.TabSettings.ActiveTabAppearance, but I do not know how to change the others.
Also I have second question, I want to add kind of strip to the tab (as on the picture), is it possible?
Hello Patryk,
I have been investigating into this behavior you are seeing, and in order to change the Background of the other tabs, you can set the UltraTabbedMDIManager.TabSettings.TabAppearance.BackColor property.
Regarding the "strip" on the tab, this is not built-in, but you can achieve this using a DrawFilter for the UltraTabbedMDIManager and drawing a line on the TabItemUIElement. I am attaching a sample project to demonstrate this. I hope it helps you.
Please let me know if you have any other questions or concerns on this matter.
TabbedMDIDrawFilterCase.zip