Attempts to display a ComponentDesigner for a component. ComponenentDesigners are similar to property pages from COM. If the component does not support component designers, and InvalidArgumentException is thrown. To avoid this, be sure to call CanShowComponentEditor first.
[Visual Basic] Function ShowComponentEditor( _ ByVal component As Object, _ ByVal parent As IWin32Window _ ) As Boolean [C#] bool ShowComponentEditor( object component, IWin32Window parent ); [C++] bool ShowComponentEditor( Object* component, IWin32Window* parent ) = 0; [JScript] function ShowComponentEditor( component : Object, parent : IWin32Window ) : Boolean;
IUIService Interface | IUIService Members | System.WinForms.Design Namespace | TBD