for (int i=0;i<this.Controls[1].Controls.Count;i++)
    {
     if (this.Controls[1].Controls[i] is TextBox)
     {
      this.Controls[1].Controls[i].Visible = false;
     }
    }

相关文章:

  • 2022-01-31
  • 2021-11-23
  • 2022-12-23
  • 2021-11-09
  • 2021-11-07
  • 2021-09-19
  • 2021-12-02
  • 2022-12-23
猜你喜欢
  • 2021-10-16
  • 2021-08-29
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-21
  • 2022-12-23
相关资源
相似解决方案