Which window is "on top"?
4 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
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?
0 Kommentare
Antworten (1)
Walter Roberson
am 28 Jul. 2025
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()
1 Kommentar
Siehe auch
Kategorien
Mehr zu Introduction to Installation and Licensing finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!