Hi !
Suppose multiple Modal Windows shown above each other.
All of those have ShowInTaskbar = false
, which means that in the TaskBar
you only see the MainForm
and all Modal Windows are hidden.
Now you press ALT+ TAB and the most upper modal Windows disappears. But you cannot get it back in front.
How should be this done correctly in your opinion?