Remove focus ring on a Segmented control?

@Marco: It looks like you sent the focusRingType selector to the window itself. You should address the control’s handle instead.

@Ulrich Bogun Doh!
Somehow the IDE tricks me more often when adding an event for a control and then ending up in the Window event.
Thanks Ulrich! That works.

doing this may remove the ring but it will tick off people who have various accessibility features turned ON to put focus rings around everything

you should respect those settings

just saying …

Not in this case. And I’m not sure why it always should be on/respected for Segmented Controls but it can be switched off for other controls.
There should be a UseFocusRing switch and LostFocus/GotFocus -events for the Segmented Control.