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.
我试图让一个表单按钮成为全球性的。我尝试在公众面前放一个静态,但它给了我一堆错误。关于如何使其全球化并让其他类改变它的任何想法?谢谢你。
您不能(也许可以通过 hack,但无论如何您都不应该这样做)使其成为全球性的。您需要将表单的一个实例传递给想要更改按钮的一方。您的表单应该公开一个功能(例如方法)来更改该按钮,以便 Button 本身也不需要公开。