WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IFindDialogForm - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Interface IFindDialogForm

    Provides the functionality for Find dialog form.

    Namespace: Syncfusion.Windows.Forms.Edit.Interfaces
    Assembly: Syncfusion.Edit.Windows.dll
    Syntax
    public interface IFindDialogForm

    Properties

    History

    Gets the search history details which had been performed in Find dialog box.

    Declaration
    ArrayList History { get; }
    Property Value
    Type Description
    System.Collections.ArrayList

    SearchText

    Gets or sets the searching text.

    Declaration
    string SearchText { get; set; }
    Property Value
    Type Description
    System.String

    Methods

    FindNext()

    Continues a search that was begun with the Find method.

    Declaration
    FindNextResult FindNext()
    Returns
    Type Description
    FindNextResult

    SelectTextAndFocus()

    Helps to selects text in find combo box and focuses it.

    Declaration
    void SelectTextAndFocus()

    Show()

    Displays the form.

    Declaration
    void Show()
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved