Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想知道如何从像这样的对象的引用中获取 Windows 窗体中的标题文本
reference. ??? = "Title one";
帮助是preciated!谢谢!
this.Text = "Title one";
如果这不是您的意思,请提供更多详细信息。
使用Text该表单引用对象的属性。
Text
formrefrence.Text = "New caption";