TreeView for WinForms | ComponentOne
C1.Win.Touch Namespace / TouchProcessor Class / TouchProcessor Constructor

In This Topic
    TouchProcessor Constructor
    In This Topic
    Creates an instance of TouchProcessor for the given control.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal control As Control, _
       ByVal hitTest As HitTestDelegate _
    )
    public TouchProcessor( 
       Control control,
       HitTestDelegate hitTest
    )

    Parameters

    control
    hitTest
    See Also