SynchronizedInputType 列舉
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
包含值,這些值會指定同步化輸入的型別。
public enum class SynchronizedInputType
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("fdc8f176-aed2-477a-8c89-5604c66f278d")]
public enum SynchronizedInputType
public enum SynchronizedInputType
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Runtime.InteropServices.Guid("fdc8f176-aed2-477a-8c89-5604c66f278d")>]
type SynchronizedInputType =
type SynchronizedInputType =
Public Enum SynchronizedInputType
- 繼承
- 屬性
欄位
KeyDown | 2 | 已按下按鍵。 |
KeyUp | 1 | 已放開按鍵。 |
MouseLeftButtonDown | 8 | 已按下滑鼠左鍵。 |
MouseLeftButtonUp | 4 | 已放開滑鼠左鍵。 |
MouseRightButtonDown | 32 | 已按下滑鼠右鍵。 |
MouseRightButtonUp | 16 | 已放開滑鼠右鍵。 |