C# 클래스 LayoutFarm.UI.UIKeyEventArgs

상속: UIEventArgs
파일 보기 프로젝트 열기: prepare/HTML-Renderer 1 사용 예제들

공개 메소드들

메소드 설명
SetEventInfo ( int keydata, bool shift, bool alt, bool control ) : void
SetKeyChar ( char c ) : void
UIKeyEventArgs ( ) : System

메소드 상세

SetEventInfo() 공개 메소드

public SetEventInfo ( int keydata, bool shift, bool alt, bool control ) : void
keydata int
shift bool
alt bool
control bool
리턴 void

SetKeyChar() 공개 메소드

public SetKeyChar ( char c ) : void
c char
리턴 void

UIKeyEventArgs() 공개 메소드

public UIKeyEventArgs ( ) : System
리턴 System