This document is archived and information here might be outdated.  Recommended version.


IFindCallBack.ProcessMessages Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > ArcMapUI > ESRI.ArcGIS.ArcMapUI > Interfaces > IF > IFindCallBack Interface > IFindCallBack.ProcessMessages Method
ArcGIS Developer Help

IFindCallBack.ProcessMessages Method

Processes messages. Run this method often.

[Visual Basic .NET]
Public Sub ProcessMessages ( _
    ByRef quitProcessing As Boolean _
)
[C#]
public void ProcessMessages (
    ref bool quitProcessing
);

Product Availability

Available with ArcGIS Desktop.

Description

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.

See Also

IFindCallBack Interface