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 |
---|
System.Collections.ArrayList |
SearchText
Gets or sets the searching text.
Declaration
string SearchText { get; set; }
Property Value
Type |
---|
System.String |
Methods
FindNext()
Continues a search that was begun with the Find method.
Declaration
FindNextResult FindNext()
Returns
Type |
---|
FindNextResult |
SelectTextAndFocus()
Helps to selects text in find combo box and focuses it.
Declaration
void SelectTextAndFocus()
Show()
Displays the form.
Declaration
void Show()