'Declaration Public Function CaptureTouch( _ ByVal touchDevice As TouchDevice _ ) As Boolean
'Usage Dim instance As HeaderCellPresenter Dim touchDevice As TouchDevice Dim value As Boolean value = instance.CaptureTouch(touchDevice)
public bool CaptureTouch( TouchDevice touchDevice )
Parameters
- touchDevice