ArcObjects Library Reference (ArcMapUI)  

IFindCallBack Interface

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

Product Availability

Available with ArcGIS Desktop.

Members

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.

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.