Editor for WinForms | ComponentOne
C1.Win.C1Editor.4.5.2 Assembly / C1.Win.C1Editor.UICustomization Namespace / IFindReplaceDialog Interface / Show Method
Any object that implements System.Windows.Forms.IWin32Window that represents the top-level window that will own the modal dialog box.
True if the dialog starts in find mode; False if the dialog starts in replace mode.

In This Topic
    Show Method (IFindReplaceDialog)
    In This Topic
    Shows the dialog window.
    Syntax
    'Declaration
     
    Sub Show( _
       ByVal owner As System.Windows.Forms.IWin32Window, _
       ByVal startWithFindDialog As System.Boolean _
    ) 
    void Show( 
       System.Windows.Forms.IWin32Window owner,
       System.bool startWithFindDialog
    )

    Parameters

    owner
    Any object that implements System.Windows.Forms.IWin32Window that represents the top-level window that will own the modal dialog box.
    startWithFindDialog
    True if the dialog starts in find mode; False if the dialog starts in replace mode.
    See Also