ArcObjects Library Reference (ArcMapUI)  

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