IFindReplaceDialog interface allows to customize the Find/Replace dialog.

Namespace:  C1.Win.XmlEditor.UICustomization
Assembly:  C1.Win.XmlEditor.2 (in C1.Win.XmlEditor.2.dll)

Syntax

C#
public interface IFindReplaceDialog
Visual Basic (Declaration)
Public Interface IFindReplaceDialog

Remarks

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

See Also