Editor for WinForms | ComponentOne
C1.Win.C1Editor.4.5.2 Assembly / C1.Win.C1Editor.UICustomization Namespace / CustomDialogs Class / FindReplaceDialog Property

In This Topic
    FindReplaceDialog Property
    In This Topic
    User-defined Find/Replace Dialog.
    Syntax
    'Declaration
     
    Public Property FindReplaceDialog As IFindReplaceDialog
    public IFindReplaceDialog FindReplaceDialog {get; set;}
    See Also