If control has REALcontrolFocusRing in its flags like:
REALcontrolAcceptFocus | REALenabledControl| REALcontrolFocusRing | REALdesktopControl,
Can I then somehow turn off the focus ring on runtime ? Like is it something that is toggled on the parent NSView ?
Thanks