IRegionWithExtendedSearch Interface

Implemented by regions which support search inside them.

Definition

Namespace: SMath.Controls
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.0
C#
public interface IRegionWithExtendedSearch

Properties

CursorPosition Current position (offset) of text cursor in the region.

Methods

TrySearch Looks for the specified value within the region.

See Also