A text finding serice interface. A window can implement this interface and
it will allow searching of its text.
| C# | Visual Basic | Visual C++ |
public interface ITextFindService
Public Interface ITextFindService
public interface class ITextFindService
| All Members | Methods | ||||
| Icon | Member | Description |
|---|---|---|
| FindNext(FindTextRequest) |
Finds the next string of text depending on the contrnts of the request.
|