CoreWindow.ReleasePointerCapture 方法

定义

如果以前通过 SetPointerCapture 关联,则取消关联应用的指针输入,并还原正常的指针输入处理。

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

实现

适用于

另请参阅