C# 클래스 System.Html.KeyboardEvent

상속: UIEvent
파일 보기 프로젝트 열기: Saltarelle/SaltarelleWeb 1 사용 예제들

Private Properties

프로퍼티 타입 설명
KeyboardEvent System.Runtime.CompilerServices

공개 메소드들

메소드 설명
GetModifierState ( string key ) : bool
InitKeyEvent ( string type, bool canBubble, bool cancelable, WindowInstance view, bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, int keyCode, int charCode ) : void

비공개 메소드들

메소드 설명
KeyboardEvent ( ) : System.Runtime.CompilerServices

메소드 상세

GetModifierState() 공개 메소드

public GetModifierState ( string key ) : bool
key string
리턴 bool

InitKeyEvent() 공개 메소드

public InitKeyEvent ( string type, bool canBubble, bool cancelable, WindowInstance view, bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, int keyCode, int charCode ) : void
type string
canBubble bool
cancelable bool
view WindowInstance
ctrlKey bool
altKey bool
shiftKey bool
metaKey bool
keyCode int
charCode int
리턴 void