Attempts to display a System.Windows.Forms.Design.ComponentEditorForm for a component.
- component
- The component for which to display a System.Windows.Forms.Design.ComponentEditorForm.
- parent
- The System.Windows.Forms.IWin32Window to parent any dialog boxes to.
true if the attempt is successful; otherwise, false.
A System.Windows.Forms.Design.ComponentEditorForm is similar to a property page from the Component Object Model (COM).
If the component does not support component editors, an ArgumentException is thrown. To avoid this, be sure to call IUIService.CanShowComponentEditor(object) first.