ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / 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 System.Windows.Forms.Control, _
       ByVal hitTest As HitTestDelegate _
    )
    public TouchProcessor( 
       System.Windows.Forms.Control control,
       HitTestDelegate hitTest
    )

    Parameters

    control
    hitTest
    See Also