Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
65
Different colour for each tab header of the Infragistics "ultraMdiTabWorkspace"
posted
Hi there,Is it possible to set-up a different colour for each tab header of the Infragistics "ultraMdiTabWorkspace" control?We already loaded different smart parts into the "ultraMdiTabWorkspace" but we need to differentiate them by colouring the tab header according to their entity type.How can we do this?Thanks,Inbrenewal team

 

Parents
No Data
Reply
  • 44743
    posted

    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.

Children