ITextSearch Interface
Definition
Namespace: Alternet.Editor.TextSource
Assembly: Alternet.Editor.v8.dll
Represents method used to search text within the string collection.
Syntax
public interface ITextSearch
Methods
Find(String, SearchOptions, Regex, ref Point, out Int32, out Match, Boolean) | When implemented by a class, searches for given text within the control's text content. |