C# 클래스 System.Windows.Automation.KeyEventArgs

상속: AutomationEventArgs
파일 보기 프로젝트 열기: mono/uia2atk 1 사용 예제들

공개 메소드들

메소드 설명
KeyEventArgs ( bool down, int keycode, int keysym, String str, bool alt, bool control, bool shift ) : System.Runtime.InteropServices

메소드 상세

KeyEventArgs() 공개 메소드

public KeyEventArgs ( bool down, int keycode, int keysym, String str, bool alt, bool control, bool shift ) : System.Runtime.InteropServices
down bool
keycode int
keysym int
str String
alt bool
control bool
shift bool
리턴 System.Runtime.InteropServices