ContentElement.ReleaseTouchCapture(TouchDevice) Método

Definição

Tenta libertar o dispositivo tátil especificado deste 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

O dispositivo para libertar.

Devoluções

true se o dispositivo tátil for libertado; caso contrário, false.

Exceções

touchDevice é null.

Aplica-se a