Enum FindOption
Definition
- Assembly:
- Tizen.WebView.dll
Enumeration values used to specify search options.
[Flags]
[Obsolete("Deprecated since API Level 10. Will be removed in API Level 12.")]
public enum FindOption
Fields
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. |