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


IFindCallBack Interface (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
ArcGIS Developer Help

IFindCallBack Interface

Provides access to members that control the results in a custom find dialog page.

Product Availability

Available with ArcGIS Desktop.

Members

Name Description
Method AddNewRow Adds a new row to the listbox, using values set with ColumnValue.
Read-only property Application The application that this dialog belongs to.
Read-only property ColumnCount Number of columns to display in list box.
Write-only property ColumnValue Rows column value in listbox.
Method FlashGeometry Generic method to flash a point on the display n times.
Write-only property Object The object value of the new row. This object is passed to the popup menu in an ISet.
Method ProcessMessages Processes messages. Run this method often.

Classes that implement IFindCallBack

Classes Description

Remarks

See the IFinder interface for documentation.

Performing a search with a Find tab will typically return an array of features used to populate the result list that automatically appears at the bottom of the dialog. Populating this list is done with the IFindCallBack and IFeatureFindData interfaces.