NotifyInputEventArgs.InputManager プロパティ

定義

入力イベントを処理している入力マネージャーを取得します。

public:
 property System::Windows::Input::InputManager ^ InputManager { System::Windows::Input::InputManager ^ get(); };
public System.Windows.Input.InputManager InputManager { [System.Security.SecurityCritical] get; }
public System.Windows.Input.InputManager InputManager { get; }
[<get: System.Security.SecurityCritical>]
member this.InputManager : System.Windows.Input.InputManager
member this.InputManager : System.Windows.Input.InputManager
Public ReadOnly Property InputManager As InputManager

プロパティ値

入力マネージャー。

属性

注釈

スレッドごとに 1 つあります InputManager

適用対象