This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > ArcMapUI > ESRI.ArcGIS.ArcMapUI > Interfaces > IF > IFindPanelEvents Interface > IFindPanelEvents.ExecuteFind Method (ArcObjects .NET 10.5 SDK) |
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 );