C# WPF 多个window 相互覆盖的次序控制 不用topmost
2021-06-21 22:09
标签:htm vedio mos current content http href frame 覆盖
? WindowInteropHelper mianHanel = new WindowInteropHelper(MainWindow.Current); C# WPF 多个window 相互覆盖的次序控制 不用topmost 标签:htm vedio mos current content http href frame 覆盖 原文地址:https://www.cnblogs.com/lonelyxmas/p/10223665.html
WindowInteropHelper FrameWin = new WindowInteropHelper(FrameWindow);
FrameWin.Owner = IntPtr.Zero;
mianHanel.Owner = vedioWin.Handle;
vedioWin.Owner = FrameWin.Handle;
下一篇:python 学习资源总结
文章标题:C# WPF 多个window 相互覆盖的次序控制 不用topmost
文章链接:http://soscw.com/index.php/essay/97100.html