Enum FindOption

Definition

Namespace:
Tizen.WebView
Assembly:
Tizen.WebView.dll
API Level:
6

Enumeration values used to specify search options.

C#
Copy
[Flags] [Obsolete("Deprecated since API Level 10. Will be removed in API Level 12.")] public enum FindOption
Name Description
AtWordStart

Search text only at the beginning of the words.

Backwards

Search backwards.

CaseInsensitive

Case insensitive search.

None

No search flags, this means a case sensitive, no wrap, forward only search.

ShowHighlight

Show Highlight.

ShowIndicator

Show Indicator.

ShowOverlay

Show overlay.

TreatMedialCapitalAsWordStart

Treat capital letters in the middle of words as word start.

WrapAround

If not present the search stops at the end of the document.