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


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

IFindPanelEvents.ExecuteFind Method

Tells Find Dialog to execute a find. If the parameter passed is true, the dialog will only find if there are already results showing.

[Visual Basic .NET]
Public Sub ExecuteFind ( _
    ByVal refreshResultsOnly As Boolean _
)
[C#]
public void ExecuteFind (
    bool refreshResultsOnly
);

Product Availability

Available with ArcGIS Desktop.

See Also

IFindPanelEvents Interface