Table of Contents

Method Find

Namespace
Alternet.Editor.Common
Assembly
Alternet.Editor.Common.v10.dll

Find(string)

When implemented by a class, searches for the given text within the control's contents.

bool Find(string text)

Parameters

text string

Text to find.

Returns

bool

True if search succeed; otherwise false.