ComponentEditorForm::ShowForm Method (Int32)

 

Shows the specified page of the specified form. The form will have no owner window.

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

public:
virtual DialogResult ShowForm(
	int page
)

Parameters

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: