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 | 마우스 오른쪽 단추를 놓았습니다. |