Hi,
I am using the Office2016Colorful theme as my template but I seem to be unable to change the color of the close buttons on the tabs in the TabControlAdv.
Am I overlooking something? I tried setting various parameters but it never shows any difference,
tabControlAdv1.ShowCloseButtonHighLightBackColor = true; tabControlAdv1.CloseButtonBackColor = Color.LightYellow; |
Hi Sudharsan,
I have a bit of progress now yes, However I am not able to set the CloseButtonForeColor. It keeps resetting to 225, 225, 225.
For example, I'd like to have the ActiveTabColor just plain White with a Black 'X'
If I test something like this,
tabControl.CloseButtonBackColor = Color.Red;
tabControl.CloseButtonForeColor = Color.Black;
tabControl.CloseButtonHoverForeColor = Color.Black;
tabControl.CloseButtonPressedForeColor = Color.Black;
It does not show any effect only the CloseButtonBackColor works.
Recommended approach - exe will perform automatic configuration.
Please find the patch setup from below location:
Patch link :
Please find the patch assemblies alone from below location:
Assemblies Link:
NuGet link:
|
Hi Sudharsan,
Thank you for the update and I'll install it and give it a shot when I have the time.