I am trying to find an answer to a simple question: Can I use the modern UI - that you see in Windows 10 a lot, which is affected by the dark theme too - from C/C++?
I know that the Win32 API windows are not affected by the dark theme, at least for the most part. I have also not found a definitive clue if .NET Windows Forms is affected and UWP uses this odd C++ subset called CX? I am a little confused.
Basically, I just want to pick the right API to design my GUI with the modern UI elements that are commonly used in Windows 10. One of the reasons is that these controls are properly made accessible already - something which other GUI frameworks might actually lack. (I am visually impaired myself and thus do rough testing with NVDA since most of my friends are reliant on these tools.)