Less resources being used to just test it with the TypeOf eval.
VB Code:
  1. If TypeOf MyLabel(35) Is Label Then
  2.     If MyPanel.Contains(MyLabel(35)) Then
  3.         'Meow!
  4.     End If
  5. End If