- context
- An System.ComponentModel.ITypeDescriptorContext object that can be used to gain additional context information.
- obj
- An object implementing the System.ComponentModel.IComponent, which represents the component to edit.
- parent
- The System.Windows.Forms.IWin32Window that represents the parent window.
true the component was successfully edited; otherwise, false.
The erload:System.Web.UI.Design.WebControls.BaseDataListComponentEditor.EditComponent method gets a Type array of page control types by using the System.Windows.Forms.Design.WindowsFormsComponentEditor.GetComponentEditorPages method. It creates a System.Windows.Forms.Design.ComponentEditorForm object, and then calls its System.Windows.Forms.Design.ComponentEditorForm.ShowForm method to display the component editor.