alexa
menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class SearchType

    Defines the constants that specifies the type of searching the word in EditControl.

    Inheritance
    System.Object
    SearchType
    Namespace: Syncfusion.Windows.Forms.Edit.Enums
    Assembly: Syncfusion.Edit.Windows.dll
    Syntax
    public sealed class SearchType : Enum

    Fields

    FindNext

    Specifies finding the next word.

    Declaration
    public const SearchType FindNext
    Field Value
    Type
    SearchType

    MarkAll

    Marking all the found words.

    Declaration
    public const SearchType MarkAll
    Field Value
    Type
    SearchType

    Unknown

    Specifies the unknown type of searching.

    Declaration
    public const SearchType Unknown
    Field Value
    Type
    SearchType
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved