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 |