alexa
menu

WinForms

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

    Show / Hide Table of Contents

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved