System.Windows.Forms.Design.ComponentEditorForm Members

The members of System.Windows.Forms.Design.ComponentEditorForm are listed below.

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

Public Constructors

Public Properties

AutoSizebool. Documentation for this section has not yet been entered.

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

Public Events

AutoSizeChanged

Occurs when the System.Windows.Forms.Form.AutoSize property changes.