[]
        
(Showing Draft Content)

C1.Win.C1Editor.UICustomization.IFindReplaceDialog.Show

Show Method

Show(IWin32Window, bool)

Shows the dialog window.

Declaration
void Show(IWin32Window owner, bool startWithFindDialog)
Parameters
Type Name Description
IWin32Window owner

Any object that implements IWin32Window that represents the top-level window that will own the modal dialog box.

bool startWithFindDialog

True if the dialog starts in find mode; False if the dialog starts in replace mode.