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.
在命令类链中使用以下代码,我能够找到调用者表单:
Object caller = this.args().caller();
如何从命令链中找到在调用者表单中单击的控件?
方法如下:
this.args().callerFormControl().name();