IFindReplaceDialog
Interface
Provides functionality for showing dialogs for find and replace.
Definition
Namespace:Telerik.Windows.Documents.UI.Extensibility
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
C#
public interface IFindReplaceDialog
Derived Classes:
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.