Spread WPF 18
GrapeCity.Wpf.SpreadSheet Namespace / HiddenAndEmptyCellSettings Class / CaptureTouch Method


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

    Parameters

    touchDevice
    See Also