I do remember seeing someone ask something along these lines a while ago but I did a search and couldn\'t find anything.
I\'m trying to come up with the cleanest wa
You can loop for control
foreach (Control ctrl in this) { if(ctrl is TextBox) (ctrl as TextBox).Clear(); }