menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Enum SearchAttributes - WindowsForms API Reference | Syncfusion

    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
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved