C# Class SIL.FieldWorks.FwCoreDlgs.SearchKiller

Implements a search killer
Inheritance: IVwSearchKiller
Show file Open project: sillsdev/FieldWorks Class Usage Examples

Public Methods

Method Description
FlushMessages ( ) : void

Process any pending window messages

Private Methods

Method Description
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.

Method Details

FlushMessages() public method

Process any pending window messages
public FlushMessages ( ) : void
return void