CoreIndependentInputSource.HasCapture Property

Definition

Gets a value that reports whether the window has pointer capture.

public:
 property bool HasCapture { bool get(); };
bool HasCapture();
public bool HasCapture { get; }
var boolean = coreIndependentInputSource.hasCapture;
Public ReadOnly Property HasCapture As Boolean

Property Value

Boolean

bool

true if the window has pointer capture; otherwise, false.

Implements

Applies to

See also