It looks like this class configures the TitleBarTabs instance that you pass to it when initializing the class. It looks like the TitleBarTabs class would have whatever logic uses the _CaptionFont variable, so any coloring would be in that class if at all (generally you can't change the font color in the title bar).
How can I change the color of Text in variables

Joshua Grossman
126
Reputation points
Hello,
I need a way to change the color of Text in variables.
I'm using the code _captionFont = new Font("Segoe UI", 9);
.
I tryd to use Color.White
and ForeColor = Color.White
but that dosent work
Thanks,
Joshua Grossman
Developer technologies C#
11,567 questions