'Declaration Public Function CaptureTouch( _ ByVal touchDevice As TouchDevice _ ) As Boolean
public bool CaptureTouch( TouchDevice touchDevice )
Parameters
- touchDevice
- The device to capture.
Return Value
true if the specified touch is captured to this element; otherwise, false.