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


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

IFindWindow Interface

Provides access to members that control the Find Window. Allows you to search for features/addresses/etc. Deprecated. Please consider using the IFind interface in the Carto library instead. Note: the IFindWindow interface has been superseded by IFind. Please consider using the more recent version.

Product Availability

Available with ArcGIS Desktop.

Members

Name Description
Read/write property Application The application to which the window belongs.
Method Show Shows or hides the window.

Classes that implement IFindWindow

Classes Description
FindWindowUI Window to display Find dialog in. Deprecated. Please consider using the IFind interface in the Carto library instead.