'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.