Set Windows 10 "Automatically show the touch keyboard" with WPF app

Viewed 5539

I need to programatically enable/disable the Automatically show the touch keyboard option in Windows 10 with a WPF (not a UWP) like is shown here.

I couldn't find anything. Is there any API I can use from C# or registry key I can modify to enable/disable it?

2 Answers
Related