I'd like to implement "Always on top" configuration option in my application that takes effect immediately.
I know that I can call Shell
constructor with ON_TOP
style. Is there a way to do that at runtime, that is after Shell
instance has already been created?