This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > ArcMapUI > ESRI.ArcGIS.ArcMapUI > Interfaces > IF > IFindCallBack Interface > IFindCallBack.ProcessMessages Method (ArcObjects .NET 10.4 SDK) |
Processes messages. Run this method often.
[Visual Basic .NET] Public Sub ProcessMessages ( _ ByRef quitProcessing As Boolean _ )
[C#] public void ProcessMessages ( ref bool quitProcessing );
Optionally call this method in the loop adding features to the value list of the Find dialog and stop populating the list when it returns false to give the user a chance to interrupt the process.