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


IFindPanelEvents.ExecuteFind Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (ArcMapUI)  

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