C# 클래스 SIL.FieldWorks.FwCoreDlgs.SearchKiller

Implements a search killer
상속: IVwSearchKiller
파일 보기 프로젝트 열기: sillsdev/FieldWorks 1 사용 예제들

공개 메소드들

메소드 설명
FlushMessages ( ) : void

Process any pending window messages

비공개 메소드들

메소드 설명
PeekMessage ( Win32 min, Win32 max, Win32 &msg ) : bool

Peeks at the pending messages and if it finds any message in the given range, that message is removed from the stack and passed back to be handled immediately.

메소드 상세

FlushMessages() 공개 메소드

Process any pending window messages
public FlushMessages ( ) : void
리턴 void