IncrementalSearch Members
Include Protected Members
Include Inherited Members
Provides access to the incremental search (ISearch) capability of the text editor.
The IncrementalSearch type exposes the following members.
Methods
Name
Description
Adds a character to the ISearch pattern and performs a search for the new string.
Removes one character from the search pattern and moves the selection back to the previous match.
Stops the current ISearch and returns the editor to its basic behavior.
Searches for the current pattern from the current position to the beginning of the document.
Searches for the current pattern from the current position to the end of the document.
Repeats the current ISearch without changing the pattern
Starts a backward search.
Starts a forward search.
Top
Properties
Name
Description
Gets the top-level extensibility object.
Gets a value indicating whether an ISearch is being performed.
Gets the characters being processed in the current ISearch.
Top