CoreWindow.ReleasePointerCapture Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 ()