ComponentEditorForm::ShowForm Method

 

Shows the form. The form will have no owner window.

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

NameDescription
System_CAPS_pubmethodShowForm()

Shows the form. The form will have no owner window.

System_CAPS_pubmethodShowForm(Int32)

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

System_CAPS_pubmethodShowForm(IWin32Window^)

Shows the form with the specified owner.

System_CAPS_pubmethodShowForm(IWin32Window^, Int32)

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

Return to top
Show: