SegmentedControl Text Color

Is there a way to change the Text color and Font Size for the Mac SegmentedControl?

I found how to change the backcolor.

SegmentedControl.Window.Backcolor = Color.Black

Seem to be forcced to use a black font color and size.

Okay, so in theory it’s possible, however I don’t know if the OS would override it or not, it would take quite a handful of declares to get there and be macOS compatible only (until Apple change it).

Basically it would be a lot of work and may not actually work, and if it does, it may not work for long. If you want to build a ‘dark’ interface on the Mac, you can use a couple of declares to see the Theme on the window and most controls will be shown consistently. Some however like the listbox do not.

It is probably a lot easier to replace the segments by bevel buttons…