com.esri.arcgis.arcmapui
Interface IFindWindow2

All Superinterfaces:
IFindWindow, Serializable
All Known Implementing Classes:
FindWindowUI

public interface IFindWindow2
extends IFindWindow, Serializable

Provides access to additional control of the Find Window. Deprecated. Please consider using the IFind interface in the Carto library instead.

Superseded By

IFind

Product Availability

Available with ArcGIS Desktop.


Method Summary
 void setCategoryID(IUID rhs1)
          The component category to use in the Find Window.
 
Methods inherited from interface com.esri.arcgis.arcmapui.IFindWindow
getApplication, setApplicationByRef, show
 

Method Detail

setCategoryID

void setCategoryID(IUID rhs1)
                   throws IOException,
                          AutomationException
The component category to use in the Find Window.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Parameters:
rhs1 - A reference to a com.esri.arcgis.system.IUID (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.