[]
        
(Showing Draft Content)

C1.Win.C1Editor.UICustomization.IFindReplaceDialog

IFindReplaceDialog Interface

IFindReplaceDialog interface allows to customize the Find/Replace dialog.

Namespace: C1.Win.C1Editor.UICustomization
Assembly: C1.Win.C1Editor.4.8.dll
Syntax
public interface IFindReplaceDialog
Remarks

Implement this interface by a windows dialog form and use it in CustomDialogs property.

Methods

Name Description
BindData(FindReplaceSupport)

Sets values related to the search/replace conditions to the dialog fields.

Show(IWin32Window, bool)

Shows the dialog window.