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

In This Topic
    SetHWndTouchInfo Method (Handler)
    In This Topic
    Initiate touch support for the underline hWnd
    Syntax
    'Declaration
     
    Protected MustOverride Function SetHWndTouchInfo() As Boolean
    protected abstract bool SetHWndTouchInfo()

    Return Value

    true if succeeded
    Remarks
    Registering the hWnd to touch support or configure the hWnd to receive gesture messages
    See Also