IRegionWithExtendedSearchTrySearch Method

Looks for the specified value within the region.

Definition

Namespace: SMath.Controls
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.0
C#
bool TrySearch(
	string value,
	MatchingOptions options,
	out List<ExtendedSearchEntry> entries
)

Parameters

value  String
Value to look for.
options  MatchingOptions
Matching options to use.
entries  ListExtendedSearchEntry
Receives the search results. If search cannot be done (for example, if the region is empty) then receives .

Return Value

Boolean
if any entries are found.

See Also