Class FindNextResult
Defines a constant that specifies the result of FindNext method.
Inheritance
System.Object
FindNextResult
Namespace: Syncfusion.Windows.Forms.Edit.Interfaces
Assembly: Syncfusion.Edit.Windows.dll
Syntax
public sealed class FindNextResult : Enum
Fields
Error
Specifies whether the error has occurred while searching the text.
Declaration
public const FindNextResult Error
Field Value
| Type |
|---|
| FindNextResult |
NotFound
Specifies whether the text wasn't found.
Declaration
public const FindNextResult NotFound
Field Value
| Type |
|---|
| FindNextResult |
Ok
Specifies whether the text was found.
Declaration
public const FindNextResult Ok
Field Value
| Type |
|---|
| FindNextResult |