MouseCaptureController.ReleaseMouse

public static void ReleaseMouse(UIElements.IEventHandler handler);
public static void ReleaseMouse();

Parameters

handler The event handler to stop capturing the mouse. If this handler is not assigned to capturing the mouse, nothing happens.

Description

Stops an event handler from capturing the mouse.

对文档有任何疑问,请移步至开发者社区提问,我们将尽快为您解答