[]
Shows the dialog window.
void Show(IWin32Window owner, bool startWithFindDialog)
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. |