在选项卡控件内按名称顺序迭代文本框
我有一堆文本框,准确地说大约有 150 个。它们位于选项卡控件的不同选项卡内,并且在屏幕上不按名称排序。它们被简单地命名为textBox1、textBox2、textBox3...我希望能够按名称顺序迭代它们,而不是按它们在表单上的显示方式。我该怎么做呢?
I have a bunch of textboxes, about 150 to be exact. They are inside different tabs of a tab control, and are not in order by name on screen. They are named simply textBox1, textBox2, textBox3... I would like to be able to iterate them in order by name and not by how they appear on the form. How would I got about doing this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)