Is there a way to make a UserControl unfocussable?
EDIT: So SetStyle(ControlStyles.Selectable, false)
SetStyle(ControlStyles.Selectable, false)
is the way to go. But still there is diffe
Enabled = false, perhaps?