FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / GridSkeletonLoadingCell Class / CaptureTouch Method

In This Topic
    CaptureTouch Method (GridSkeletonLoadingCell)
    In This Topic
    Syntax
    'Declaration
     
    Public Function CaptureTouch( _
       ByVal touchDevice As TouchDevice _
    ) As Boolean
    public bool CaptureTouch( 
       TouchDevice touchDevice
    )

    Parameters

    touchDevice
    See Also