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


IFindDialog Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > CatalogUI > ESRI.ArcGIS.CatalogUI > Interfaces > IF > IFindDialog Interface
ArcGIS Developer Help

IFindDialog Interface

Provides access to members that control the operation of the Search dialog box.

Product Availability

Available with ArcGIS Desktop.

Members

Name Description
Method DoSearch Starts executing the search defined by the query.
Method GetNumSearchEngines Number of available search engines.
Method GetSearchEngine The nth search engine.
Method Initialize Initializes the dialog box based on a query's parameters and then opens it.
Read-only property IsVisible Indicates if the dialog box is visible.
Method Show Initializes the dialog box and opens it if indicated.
Method StopSearch Cancels an ongoing search.

Classes that implement IFindDialog

Classes Description
FindDialog The Search dialog box.

Remarks

You can only use this interface in ArcCatalog application.