C# 클래스 XCore.TestControl3

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

보호된 메소드들

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

Override to produce the required behavior.

비공개 메소드들

메소드 설명
TestControl3 ( PaintEventArgs pe, Message killFocus, Message setFocus ) : System

메소드 상세

RunPendingMessages() 보호된 메소드

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