'宣言
Public Function ReleaseTouchCapture( _ ByVal touchDevice As TouchDevice _ ) As Boolean
public bool ReleaseTouchCapture( TouchDevice touchDevice )
パラメータ
- touchDevice
- The device to release.
戻り値の型
true if the touch device is released; otherwise, false.