ICoreWindow.SetPointerCapture 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
public:
void SetPointerCapture();
void SetPointerCapture();
public void SetPointerCapture();
function setPointerCapture()
Public Sub SetPointerCapture ()
備註
只有前景視窗可以擷取指標。
只有在偵測到連絡人時,才能擷取指標 (按下滑鼠按鍵、觸控點向下鍵、連絡人中的手寫筆) ,而指標位於應用程式的周框內。
指標會在 PointerReleased 或 PointerCaptureLost 事件上釋放,或明確呼叫 ReleasePointerCapture 。