Eyeshot 11 WPF API Reference
WPF Assembly / devDept.Eyeshot Namespace / ViewportLayoutBase Class / DisableWpfTabletSupport Method

In This Topic
    DisableWpfTabletSupport Method
    In This Topic
    The Eyeshot WPF control, 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.
    Syntax
    'Declaration
     
    Public Shared Sub DisableWpfTabletSupport() 
    public static void DisableWpfTabletSupport()
    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
    See Also