NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

AxHost.AxComponentEditor.EditComponent

[To be supplied.]

[Visual Basic]
Overrides Public Function EditComponent( _
   ByVal parent As IWin32Window, _
   ByVal obj As Object _
) As Boolean
[C#]
public override bool EditComponent(
   IWin32Window parent,
   object obj
);
[C++]
public: override bool EditComponent(
   IWin32Window* parent,
   Object* obj
);
[JScript]
public override function EditComponent(
   parent : IWin32Window,
   obj : Object
) : Boolean;

Parameters

parent
[To be supplied.]
obj
[To be supplied.]

See Also

AxHost.AxComponentEditor Class | AxHost.AxComponentEditor Members | System.WinForms Namespace