SearchBox = Null
Searchbox.SetFocus
You cannot remove the focus, you have to set the focus to something else.if you want to set it back to null then add:
It might also be worth adding:Code:SearchBox = Null
This would cause the textbox to get the focus after you click the show all button.Code:Searchbox.SetFocus
-Snip-