-
I'm experimenting with an app that uses WinUIEx. I looked into the WinUIEx source code and I find actual store/restore routine here: WinUIEx/src/WinUIEx/WindowManager.cs Line 468 in ea41e17 If I understand this correctly, this stores WINDOWPLACEMENT struct data in case dev customizes that data in their code using SetWindowPlacement. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
It’s not necessary. You only need to set it if you want the app to launch where it was closed. |
Beta Was this translation helpful? Give feedback.
It’s not necessary. You only need to set it if you want the app to launch where it was closed.