Public Overrides Sub DropDownContainerShowedDropDown(ByVal sender As Object, ByVal e As System.EventArgs)
Me.DropDownContainer.FocusParent()
'MyBase.DropDownContainerShowedDropDown(sender, e)
End Sub
The point is not to call the base class as that is what is setting focus to the chicl control.