This document is archived and information here might be outdated. Recommended version. |
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
);