alexa

    Show / Hide Table of Contents

    Enum FindOptions

    Specifies the options for the find operation.

    Namespace: Syncfusion.Windows.Controls.RichTextBoxAdv
    Assembly: Syncfusion.SfRichTextBoxAdv.WPF.dll
    Syntax
    public enum FindOptions

    Fields

    Name Description
    CaseSensitive

    Specifies the find option to match case sensitive.

    CaseSensitiveWholeWord

    Specifies the find option to match case sensitive and whole words.

    None

    Specifies default find option; Uses case-independent, arbitrary character boundaries.

    WholeWord

    Specifies the find option to match whole words only.

    Back to top Generated by DocFX