On the UltraTabbedMdiManager (from which the UltraMdiTabWorkspace is derived), you can set the appearance of a tab by first getting a reference to the tab. You can do this with the TabFromForm method, passing in one of the mdi children. Then set the Settings.TabAppearance on the returned tab.
Thanls Mike!
Julian
Please provide an example for this...i have 3 tabs.tag name for 3 tabs is , High ,Low , Cosmo.
i want to set red color for tab High even its active or inactive.
but remaining tags Low and Cosmo these are in normal form color when it is inactive and Yello color if it is active.but High is alwyas in red color.
Please give me an exaple like above environment.
I tried through TabActivated event ...but no much helpfull.
thanks,
Vruk27