Interface ITextSearch
- Namespace
- Alternet.Editor.TextSource
- Assembly
- Alternet.Editor.v9.dll
Represents method used to search text within the string collection.
public interface ITextSearch
Methods
- Find(string, SearchOptions, Regex, ref Point, out int, out Match, bool)
When implemented by a class, searches for given text within the control's text content.