CoreWindow.ReleasePointerCapture Method

Definition

Dissociates pointer input from the app, if previously associated through SetPointerCapture, and restores normal pointer input processing.

public:
 virtual void ReleasePointerCapture() = ReleasePointerCapture;
void ReleasePointerCapture();
public void ReleasePointerCapture();
function releasePointerCapture()
Public Sub ReleasePointerCapture ()

Implements

Applies to

See also