UIElement.ReleaseTouchCapture(TouchDevice) Método

Definición

Intenta liberar el dispositivo táctil especificado de este elemento.

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

Parámetros

touchDevice
TouchDevice

Dispositivo que se va a liberar.

Devoluciones

Boolean

Es true si se libera el dispositivo táctil; de lo contrario, es false.

Excepciones

touchDevice es null.

Se aplica a