次の方法で共有


IWindowOverlay.DisableUITouchEventPassthrough プロパティ

定義

UI Touch イベントパススルーを無効にするかどうかを示す値を取得または設定します。 アンダーレイ UI とのインターフェイスを使用せずに、現在のオーバーレイのヒット テストを有効にする場合に有効にします。

public:
 property bool DisableUITouchEventPassthrough { bool get(); void set(bool value); };
public bool DisableUITouchEventPassthrough { get; set; }
member this.DisableUITouchEventPassthrough : bool with get, set
Public Property DisableUITouchEventPassthrough As Boolean

プロパティ値

適用対象