Try this:
vb Code:
  1. Array.ForEach(Me.Controls.OfType(Of Label).ToArray, Sub(lbl) lbl.Visible = If(lbl.Visible, False, True))

EDIT: Looks as though I was not fast enough either for this reply, but .NET version is what determines the availability of LINQ @OP.