ContentElement.ReleaseTouchCapture(TouchDevice) Methode
Definition
Versucht, das angegebene Fingereingabegerät von diesem Element freizugeben.Attempts to release the specified touch device from this element.
public:
bool ReleaseTouchCapture(System::Windows::Input::TouchDevice ^ touchDevice);
public bool ReleaseTouchCapture (System.Windows.Input.TouchDevice touchDevice);
member this.ReleaseTouchCapture : System.Windows.Input.TouchDevice -> bool
Public Function ReleaseTouchCapture (touchDevice As TouchDevice) As Boolean
Parameter
- touchDevice
- TouchDevice
Das freizugebende Gerät.The device to release.
Gibt zurück
true
, wenn das Fingereingabegerät freigegeben wurde, andernfalls false
.true
if the touch device is released; otherwise, false
.
Ausnahmen
touchDevice
ist null
.touchDevice
is null
.