在C#window应用程序中
有TextBox1、TextBox2、TextBox3三个文本框
int i=1;
string aa="TextBox"+i.Tostring();
怎样才能用aa获得TextBox1的各属性值?