[]
IFindReplaceDialog interface allows to customize the Find/Replace dialog.
public interface IFindReplaceDialog
Implement this interface by a windows dialog form and use it in CustomDialogs property.
| Name | Description |
|---|---|
| BindData(FindReplaceSupport) | Sets values related to the search/replace conditions to the dialog fields. |
| Show(IWin32Window, bool) | Shows the dialog window. |