'Declaration Public Function ReleaseTouchCapture( _ ByVal touchDevice As TouchDevice _ ) As Boolean
public bool ReleaseTouchCapture( TouchDevice touchDevice )
Parameters
- touchDevice
- The device to release.
Return Value
true if the touch device is released; otherwise, false.