Editor for WinForms | ComponentOne
C1.Win.C1Editor.4.5.2 Assembly / C1.Win.C1Editor.UICustomization Namespace / IFindReplaceDialog Interface
Members

In This Topic
    IFindReplaceDialog Interface
    In This Topic
    IFindReplaceDialog interface allows to customize the Find/Replace dialog.
    Object Model
    IFindReplaceDialog Interface
    Syntax
    'Declaration
     
    Public Interface IFindReplaceDialog 
    public interface IFindReplaceDialog 
    Remarks
    Implement this interface by a windows dialog form and use it in CustomDialogs property.
    See Also