ComponentEditorForm::ShowForm Method (IWin32Window^, Int32)

 

Shows the form and the specified page with the specified owner.

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

public:
virtual DialogResult ShowForm(
	IWin32Window^ owner,
	int page
)

Parameters

owner
Type: System.Windows.Forms::IWin32Window^

The IWin32Window to own the dialog.

page
Type: System::Int32

The index of the page to show.

Return Value

Type: System.Windows.Forms::DialogResult

One of the DialogResult values indicating the result code returned from the dialog box.

.NET Framework
Available since 1.1
Return to top
Show: