Overrides the default text find service with textFindService (e.g. a RegEx service).
| C# | Visual Basic | Visual C++ |
void SetTextFindService( ITextFindService textFindService )
Sub SetTextFindService ( _ textFindService As ITextFindService _ )
void SetTextFindService( ITextFindService^ textFindService )
- textFindService (ITextFindService)
- The service to use.