一个窗体使用另一个窗体的控件信息,使用Control类
foreach (Control ctrl in mesToolForm.Controls)
{
if (ctrl.Name.ToString() == "dgvlSMesTools")
ctrl.Visible = false;
}