EnvironmentBase.DisableWpfTabletSupport Method

The Eyeshot WPF control with Native renderer and MultiTouchSettings.UseWindowsMessages set to true, in order to manage multitouch in an efficient way, uses WM_TOUCH to receive touch messages from a WPF window. For this reason, if you want to add it dynamically in your application, you need to call this method in the main window constructor.
Public Shared Sub DisableWpfTabletSupport()
This language is not supported or no code example is available.
public static void DisableWpfTabletSupport()
This language is not supported or no code example is available.
Remarks
 
To restore the multitouch functionality on the other WPF controls, have a look here: https://devdept.zendesk.com/hc/en-us/articles/217843288-Enable-multitouch-on-WPF-controls

.NET Framework

Supported in: 4.8

In this article

Definition