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

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

See Also: Inherited members from System.ComponentModel.ComponentEditor

Public Methods

override
EditComponent(System.ComponentModel.ITypeDescriptorContext, object) : bool

Creates an editor window that allows the user to edit the specified component, using the specified context information.

EditComponent(object, System.Windows.Forms.IWin32Window) : bool

Creates an editor window that allows the user to edit the specified component, using the specified window that owns the component.

EditComponent(System.ComponentModel.ITypeDescriptorContext, object, System.Windows.Forms.IWin32Window) : bool

Creates an editor window that allows the user to edit the specified component.

Protected Methods

GetComponentEditorPages() : Type[]

Gets the component editor pages associated with the component editor.

GetInitialComponentEditorPageIndex() : int

Gets the index of the initial component editor page for the component editor to display.