Enum FindNextResult
Defines a constant that specifies the result of FindNext method.
Namespace: Syncfusion.Windows.Forms.Edit.Interfaces
Assembly: Syncfusion.Edit.Windows.dll
Syntax
public enum FindNextResult
Fields
| Name | Description |
|---|---|
| Error | Specifies whether the error has occurred while searching the text. |
| NotFound | Specifies whether the text wasn't found. |
| Ok | Specifies whether the text was found. |