winForm 里的Form1和this

 public partial class Form1 : RibbonForm
    {
        public Form1()
        {


用Form1是一个类,如果要找用这个窗体本身就要用this. 

this.Text这是Form1窗体的标题。

你可能感兴趣的:(winForm 里的Form1和this)