InputManager.MostRecentInputDevice 속성

정의

가장 최근 입력 이벤트와 연결된 입력 디바이스를 나타내는 값을 가져옵니다.

public:
 property System::Windows::Input::InputDevice ^ MostRecentInputDevice { System::Windows::Input::InputDevice ^ get(); };
public System.Windows.Input.InputDevice MostRecentInputDevice { get; }
member this.MostRecentInputDevice : System.Windows.Input.InputDevice
Public ReadOnly Property MostRecentInputDevice As InputDevice

속성 값

입력 디바이스입니다.

적용 대상