Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / TooltipControl Class / CaptureTouch Method


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

    Parameters

    touchDevice
    See Also