C# 클래스 XCore.TestControl2

This is initialized with windows messages for an activate, a killFocus, and a set focus. RunPendingMessages fires the killFocus and set focus from inside the activate; the activate from inside the keyDown
상속: TestControl1
파일 보기 프로젝트 열기: sillsdev/FieldWorks 1 사용 예제들

보호된 메소드들

메소드 설명
RunPendingMessages ( object original ) : void

Override to produce the required behavior.

비공개 메소드들

메소드 설명
TestControl2 ( Message keyDown, Message activate, Message killFocus, Message setFocus ) : System

메소드 상세

RunPendingMessages() 보호된 메소드

Override to produce the required behavior.
protected RunPendingMessages ( object original ) : void
original object
리턴 void