日期:2014-05-18 浏览次数:20785 次
private void MakeLabelVisible() { /* If the panel contains label1, bring it * to the front to make sure it is visible. */ if(panel1.Contains(label1)) { label1.BringToFront();//利用BringToFront()方法。 } }