Enum SearchType
Defines the constants that specifies the type of searching the word in EditControl.
Namespace: Syncfusion.Windows.Forms.Edit.Enums
Assembly: Syncfusion.Edit.Windows.dll
Syntax
public enum SearchType
Fields
Name | Description |
---|---|
FindNext | Specifies finding the next word. |
MarkAll | Marking all the found words. |
Unknown | Specifies the unknown type of searching. |