Handle keyboard events in WinUI island
I have a Win32 app with UI written in WTL.
I need to display a modal dialog that has as content only a WinUI island.
I manged this, the WinUi content shows fine. The content consists of some TextBlocks and a row of buttons. Just like a MessageBox!