Enum FindOption

    Definition

    Namespace:
    Tizen.WebView
    Assembly:
    Tizen.WebView.dll

    Enumeration values used to specify search options.

    [Flags]
    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.

    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX