You must be logged in to reply to this topic.
Tagged: C1DockingTab
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.
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;
}
You must be logged in to reply to this topic.
As a leading component vendor in the Microsoft Visual Studio Industry Partner program, ComponentOne has been providing the widest range of Microsoft Visual Studio components, IDE platform development tools, and applications for over 22 years. ComponentOne product lines encompass custom WinForms, ASP.NET, WPF, Silverlight, Mobile, and COM components, documentation tools, and Web Parts for Microsoft Office SharePoint Server and Windows SharePoint Services.
Contact ComponentOne: 1.800.858.2739 | Pittsburgh: 412.681.4343
©2013 ComponentOne LLC All Rights Reserved.
All product and company names herein may be trademarks of their respective owners.
ComponentOne holds a license under Patent No. 5,490,216 (which expires on September 21, 2013)
