alexa

    Show / Hide Table of Contents

    Enum SearchAttributes

    Defines the constants that specifies the different additional features for searching text in EditControl.

    Namespace: Syncfusion.Windows.Forms.Edit.Enums
    Assembly: Syncfusion.Edit.Windows.dll
    Syntax
    [Flags]
    public enum SearchAttributes : short

    Fields

    Name Description
    MatchCase

    Specifies the matches case found in searching.

    MatchWholeWord

    Specifies finding only whole word.

    SearchHidden

    Specifies searching the hidden text.

    SearchUp

    Specifies searching the text in up direction.

    Unknown

    Specifies the unknown feature.

    UseRegexp

    Specifies using regular expressions for searching the text.

    Back to top Generated by DocFX