Method EditComponent
EditComponent(ITypeDescriptorContext, object, IServiceProvider, IWin32Window)
Edits the component and returns a value indicating whether the component was modified using the specified context and a parent window handle.
public override bool EditComponent(ITypeDescriptorContext context, object component, IServiceProvider provider, IWin32Window owner)Parameters
- contextITypeDescriptorContext
- An optional context object that can be used to obtain further information about the edit. 
- componentobject
- The component to be edited. 
- providerIServiceProvider
- A service provider that this editor can use to obtain services. 
- ownerIWin32Window
- The window handle which contains any editor dialogs.