I think you mean "typed" rather than "taped". The text entered by the user can be accessed using the Text property.
vb.net Code:
  1. If ComboBox1.Items.
  2.              Cast(Of String)().
  3.              Any(Function(s) s.StartsWith(ComboBox1.Text)) Then