Universal Windows Platform (UWP)
A Microsoft platform for building and publishing apps for Windows desktop devices.
3,009 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hello,
I want to detect if the option "Show the touch keyboard when not in tablet mode and there's no keyboard attached" on or off in Settings->Typing.
Is there any way or API which could help me to do that?
Thanks.
Hello,
Welcome to Microsoft Q&A.
Currently UWP does not provide related APIs to detect the setting item "Show the touch keyboard when not in tablet mode and there's no keyboard attached".
If you need users to open related options, you can try to evoke the setting application await Launcher.LaunchUriAsync(new Uri("ms-settings:typing"));
Thanks.