此论坛已关闭。感谢你的参与。
我的childwindow 里面放置了一个Frame
frame 里的page 如何访问childwindow 的方法;
每个UI控件都有Parent属性。Parent其实就是UI控件容器。
如果嵌套层次深,可以采用递规,最后一定能找到你那个ChildWindonw。