Collections in Win Apps Dim MyControl As New Control For Each MyControl In Controls If TypeOf MyControl Is TextBox Then MyControl.Text = "" End If Next