C# Class SIL.FieldWorks.FwCoreDlgs.SearchKiller

Implements a search killer
Inheritance: IVwSearchKiller
Afficher le fichier Open project: sillsdev/FieldWorks Class Usage Examples

Méthodes publiques

Méthode Description
FlushMessages ( ) : void

Process any pending window messages

Private Methods

Méthode 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 méthode

Process any pending window messages
public FlushMessages ( ) : void
Résultat void