- foreach (System.Windows.Forms.Control control in this.Controls)
- {
- if (control is System.Windows.Forms.TextBox)
- {
- System.Windows.Forms.TextBox tb = (System.Windows.Forms.TextBox)control ;
- }
- }
相关文章
- 04-07遍历 TextBox控件
- 04-07西南科技大学OJ题 利用二叉树中序及先序遍历确定该二叉树的后序序列0984
- 04-07leetcode--101. 对称二叉树--深度遍历优先
- 04-07二叉树的递归遍历
- 04-07图的遍历
- 04-07链式二叉树遍历具体程序
- 04-07二叉树遍历算法递归实现+层次遍历
- 04-07二叉树的遍历
- 04-07jqgrid 涉及到的 日历控件 、分页控件、刷新控件
- 04-07Ant Design Input 控件设置默认焦点