IWindowsFormsEditorService::ShowDialog Method (Form^)

 

Shows the specified Form.

Namespace:   System.Windows.Forms.Design
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

DialogResult ShowDialog(
	Form^ dialog
)

Parameters

dialog
Type: System.Windows.Forms::Form^

The Form to display.

Return Value

Type: System.Windows.Forms::DialogResult

A DialogResult indicating the result code returned by the Form.

This method displays the specified form.

.NET Framework
Available since 1.1
Return to top
Show: