I am enumerating through all visible application windows on a system and I want to determine which ones are set to 'always on top' / 'top most'.
My application needs to determine this as it positions various third party applications on a large monitor for fast data entry.
I'm happy with a P/Invoke solution.