Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / SpreadChartBaseView Class / ReleaseTouchCapture Method


In This Topic
    ReleaseTouchCapture Method (SpreadChartBaseView)
    In This Topic
    Syntax
    'Declaration
     
    Public Function ReleaseTouchCapture( _
       ByVal touchDevice As TouchDevice _
    ) As Boolean
    'Usage
     
    Dim instance As SpreadChartBaseView
    Dim touchDevice As TouchDevice
    Dim value As Boolean
     
    value = instance.ReleaseTouchCapture(touchDevice)
    public bool ReleaseTouchCapture( 
       TouchDevice touchDevice
    )

    Parameters

    touchDevice
    See Also