如何使用Foreach语句对TextBoxes执行某些操作?
foreach (Control X in this.Controls) { Check if the controls is a TextBox, if it is delete it's .Text letters. }
c# winforms
c# ×1
winforms ×1