I created a Docking windows program in csharp i want to change the color of that tabs after exe is getting executed.because those tabs will be added at run time.i can able to change the TabText but i cant able to set the values
dockContainer1.ActiveDocument.DockHandler.TabText = "Welcome"
|Tab1|Welcome|Tab3|
| |
| |
| |
| |
|_____________________|
I want to change the Background color at runtime...how to do it .. ?