SynchronizedInputType 列挙型
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
同期入力の種類を指定する値を格納します。
public enum class SynchronizedInputType
C#
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("fdc8f176-aed2-477a-8c89-5604c66f278d")]
public enum SynchronizedInputType
C#
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 | マウスの右ボタンが離されました。 |
製品 | バージョン |
---|---|
.NET Framework | 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8 |
Windows Desktop | 3.0, 3.1, 5, 6, 7 |