SynchronizedInputType 열거형

정의

동기화된 입력의 형식을 지정하는 값을 포함합니다.

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
상속
SynchronizedInputType
특성

필드

Name Description
KeyUp 1

키가 릴리스되었습니다.

KeyDown 2

키를 눌렀습니다.

MouseLeftButtonUp 4

마우스 왼쪽 단추가 해제되었습니다.

MouseLeftButtonDown 8

마우스 왼쪽 단추를 눌렀습니다.

MouseRightButtonUp 16

마우스 오른쪽 단추가 해제되었습니다.

MouseRightButtonDown 32

마우스 오른쪽 단추를 눌렀습니다.

적용 대상