Hi,I have an UtraTabControl with 2 tabs. I want to show the header of the selected tab with blue color.When i change the header color, the entire header color gets changed. I want only the header of the selected tab to be changed.Thanks,Sid.
Sid,
Which Appearance object were you setting? Try using the properties off of the UltraTabcontrol's SelectedTabAppearance object; these will apply to the tab that is selected.
~Kim~