General WinForms Discussion

possible to have a C1DockingTab with different tab colors?

Tagged: 

  •  PJG said 10 months, 3 weeks ago:

    Is there a way to alter the color of one particular tab in a C1DockingTab control?

    Edit: I mean, the top part, where you click.

  •  C1_GatimT8p said 10 months, 2 weeks ago:

    Hi,

    As such if the tab is not selected then it would remain in the default color , however on selection of that tab you may change the tab color as

     private void button1_Click(object sender, EventArgs e)
            {
                c1DockingTab1.TabPages[1].TabBackColorSelected = Color.GreenYellow;
            }
    
    Answer
Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.