Replies: 2 comments
-
|
突然发现忘记回复这个问题了,OverlayDialog不是一个单独的窗口,实在原窗口的遮罩层。 |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
ha
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
我的需求是一级窗口有个输入框一直有个线程聚焦,等待用户输入,用OverlayDialog.ShowCustomModal<>()这个方法调用出来的窗口后,新的窗口也有输入框,但是输入焦点会执行到一级窗口的输入框去,我想用F12探测工具检测不到这个窗体,用var windows = ((IClassicDesktopStyleApplicationLifetime)App.Current.ApplicationLifetime).Windows来获取程序所有窗口,也获取不到这个窗口,怎么才能检测到当前程序有遮罩了呢
Beta Was this translation helpful? Give feedback.
All reactions