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.
我们创建了一个新选项卡,并通过剪切和粘贴将控件从表单移动到选项卡中。
这阻止了使用旧功能。相反,它创造了新的。有没有办法在新标签中使用相同的旧功能?
PS:撤消功能也不可用,因此我们无法返回。
当您进行剪切和粘贴时。IDE 删除控件与事件的绑定。要重新绑定具有相同事件的控件,您可以执行此操作
YourControl-->properties-->events--> 并选择适当的函数(已经存在)进行绑定