ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / C1.Win.Touch Namespace / ITouchDestination Interface / StartManipulation Method

In This Topic
    StartManipulation Method (ITouchDestination)
    In This Topic
    Executes before a new manipulation starts.
    Syntax
    'Declaration
     
    Sub StartManipulation( _
       ByVal mp As TouchManipulation _
    ) 
    void StartManipulation( 
       TouchManipulation mp
    )

    Parameters

    mp
    Remarks
    You can update mp.Configuration from this method.
    See Also