ITextSearchNavigator.Find Method

Definition

Finds the next occurrence of the text matching the SearchTerm.

public:
 bool Find();
public:
 bool Find();
bool Find();
public bool Find ();
abstract member Find : unit -> bool
Public Function Find () As Boolean

Returns

Returns true if a match is found, false otherwise.

Applies to