Clear

TextBoxCollection.Clear method

清除所有文本框。

public void Clear()

例子


[C#]
//清除所有文本框
textBoxCollection.Clear();

也可以看看