Which window is "on top"?
显示 更早的评论
I have a program what actively interacts with the user. In one part of my software, I want to know if a specific window is "on top". How do I find that out?
回答(1 个)
Walter Roberson
2025-7-28
get(groot,'CurrentFigure')
However, I do not know at the moment whether CurrentFigure includes figures whose handle visibility is set off; handle visibility off is the default for uifigure()
类别
在 帮助中心 和 File Exchange 中查找有关 Introduction to Installation and Licensing 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!