InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 Assembly / C1.Win.Touch Namespace / TouchProcessor Class / Complete Method

In This Topic
    Complete Method (TouchProcessor)
    In This Topic
    Forces to complete the currently running manipulations for the given destination.
    Syntax
    'Declaration
     
    Public Sub Complete( _
       ByVal destination As ITouchDestination _
    ) 
    public void Complete( 
       ITouchDestination destination
    )

    Parameters

    destination
    See Also