Interface IFindReplaceDialog
Provides functionality for showing dialogs for find and replace.
Namespace: Telerik.Windows.Documents.UI.Extensibility
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public interface IFindReplaceDialog
Properties
IsOpen
Gets a value indicating whether the dialog is open.
Declaration
bool IsOpen { get; }
Property Value
System.
|
Methods
Close()
Closes the dialog.
Declaration
void Close()
Show(RadRichTextBox, Func<String, Boolean>, String)
Shows the dialog.
Declaration
void Show(RadRichTextBox richTextBox, Func<string, bool> replaceCallback, string textToFind)
Parameters
Rad The associated Rad |
System. The callback that will be invoked to perform replace. |
System. The text to initially set in the search field. |