码迷,mamicode.com
首页 > Windows程序 > 详细

C# WPF 多个window 相互覆盖的次序控制 不用topmost

时间:2019-01-05 12:15:11      阅读:368      评论:0      收藏:0      [点我收藏+]

标签:htm   vedio   mos   current   content   http   href   frame   覆盖   

原文:C# WPF 多个window 相互覆盖的次序控制 不用topmost

?


WindowInteropHelper mianHanel = new WindowInteropHelper(MainWindow.Current);

WindowInteropHelper vedioWin = new WindowInteropHelper(this);
WindowInteropHelper FrameWin = new WindowInteropHelper(FrameWindow);
FrameWin.Owner = IntPtr.Zero;
mianHanel.Owner = vedioWin.Handle;
vedioWin.Owner = FrameWin.Handle;

C# WPF 多个window 相互覆盖的次序控制 不用topmost

标签:htm   vedio   mos   current   content   http   href   frame   覆盖   

原文地址:https://www.cnblogs.com/lonelyxmas/p/10223665.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!