UIElement.ReleaseTouchCapture(TouchDevice) Metodo
Definizione
Tenta di rilasciare il dispositivo a tocco specificato dall'elemento.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
Parametri
- touchDevice
- TouchDevice
Dispositivo da rilasciare.The device to release.
Restituisce
true
se il dispositivo a tocco viene rilasciato; in caso contrario, false
.true
if the touch device is released; otherwise, false
.
Eccezioni
touchDevice
è null
.touchDevice
is null
.