Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.MultiTouch Namespace / Handler Class / IsTouchWindows Method

In This Topic
    IsTouchWindows Method
    In This Topic
    Check if the Window is registered for multitouch events
    Syntax
    'Declaration
     
    Public Shared Function IsTouchWindows( _
       ByVal hWnd As IntPtr _
    ) As Boolean
    public static bool IsTouchWindows( 
       IntPtr hWnd
    )

    Parameters

    hWnd

    Return Value

    See Also