How can I change the color of Text in variables

Joshua Grossman 126 Reputation points
2022-01-21T16:10:10.63+00:00

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#
{count} votes

Accepted answer
  1. Reed Kimble 156 Reputation points
    2022-01-22T13:33:44.607+00:00

    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).

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.