CoreIndependentInputSource.SetPointerCapture Method

Definition

Enables pointer capture for the UWP app.

public:
 virtual void SetPointerCapture() = SetPointerCapture;
void SetPointerCapture();
public void SetPointerCapture();
function setPointerCapture()
Public Sub SetPointerCapture ()

Implements

Remarks

The app must be in the foreground for this method to succeed.

Applies to