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
635
Change colour of tab text in DockManager
posted

Hi

I have a form with UltraDockManager 9.2 that displays several forms as tabbed child panes. When a user hits the Update button on a tab, I'd like to change the colour of its tab text so they know which tab is in update mode. Is that possible?

Thanks, John

Parents
No Data
Reply
  • 635
    Verified Answer
    posted

    I've found the answer, I was looking at the wrong class/property.

    It's "DockableControlPane:Settings:TabAppearance:ForeColor = System.Drawing.SystemColors:ActiveCaption".

    I store the current ForeColor before I change it then reset it when the tab returns to non-update mode.

Children
No Data