If I wanted to just remove focus from something altogether (as in the opposite of saying "Focus();
" in code), how would I go about doing it?
Example scenario: I'm KeyboardFocusing a button and using the onclick event, I want to just say "remove focus from this element".