IFindReplaceDialog
Interface
Provides functionality for showing dialogs for find and replace.
Definition
Namespace:Telerik.WinForms.Documents.UI.Extensibility
Assembly:Telerik.WinControls.RichTextEditor.dll
Syntax:
C#
public interface IFindReplaceDialog
Properties
Methods
Closes the dialog.
C#
void Close()
Shows the dialog.
C#
void Show(RadRichTextBox richTextBox, Func<string, bool> replaceCallback, string textToFind)
The associated RadRichTextBox.
replaceCallbackFunc<string, bool>The callback that will be invoked to perform replace.
textToFindstringThe text to initially set in the search field.