Top Method Summary
Options Name Purpose
System.Windows.Forms.DialogResult ShowDialog () Shows the form as a modal dialog box. @return One of the System.Windows.Forms.DialogResult values. */
System.Windows.Forms.DialogResult ShowDialog (IWin32Window) Shows the form as a modal dialog box with the specified owner.


Method Detail
Top

System.Windows.Forms.DialogResult ShowDialog ()

Purpose: Shows the form as a modal dialog box.

Returns System.Windows.Forms.DialogResult
One of the System.Windows.Forms.DialogResult values.
Top

System.Windows.Forms.DialogResult ShowDialog (IWin32Window)

Purpose: Shows the form as a modal dialog box with the specified owner.
Notes:

Parameters:
poOwner System.Windows.Forms.IWin32Window
Any object that implements IWin32Window that represents the top-level window that will own the modal dialog box.
Returns System.Windows.Forms.DialogResult
One of the System.Windows.Forms.DialogResult values.


©2006-2026 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       16.08.2026 16:56:21