The solution was to set the Forms ActiveControl Property to a host-control inside the borders of the form.
this.ParentForm.ActiveControl = this.Parent.Parent.Parent.Parent;