C#技术百科
问问你的心你有没有信心 做事情要专一坚定,执着
foreach (Control control in this.TpChange.Controls)
            {
                //MessageBox.Show(control.GetType().ToString());
                if (control.GetType().ToString() == "System.Windows.Forms.RichTextBox")
                {
                    ((System.Windows.Forms.RichTextBox)control).Text = "";
                }
            }
posted on 2008-12-02 16:38  王德田  阅读(248)  评论(0编辑  收藏  举报