System.Windows.Forms.Design.ComponentEditorForm: Method Members

The methods of System.Windows.Forms.Design.ComponentEditorForm are listed below. For a list of all members, see the ComponentEditorForm Members list.

See Also: Inherited members from System.Windows.Forms.Form

Public Methods

override
PreProcessMessage(ref System.Windows.Forms.Message) : bool
Documentation for this section has not yet been entered.
ShowForm() : System.Windows.Forms.DialogResult

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

ShowForm(int) : System.Windows.Forms.DialogResult

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

ShowForm(System.Windows.Forms.IWin32Window) : System.Windows.Forms.DialogResult

Shows the form with the specified owner.

ShowForm(System.Windows.Forms.IWin32Window, int) : System.Windows.Forms.DialogResult

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

Protected Methods