AxHost::AxComponentEditor::EditComponent Method (ITypeDescriptorContext^, Object^, IWin32Window^)

 

Creates an editor window that allows the user to edit the specified component.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
virtual bool EditComponent(
	ITypeDescriptorContext^ context,
	Object^ obj,
	IWin32Window^ parent
) override

Parameters

context
Type: System.ComponentModel::ITypeDescriptorContext^

An ITypeDescriptorContext that can be used to gain additional context information.

obj
Type: System::Object^

The component to edit.

parent
Type: System.Windows.Forms::IWin32Window^

An IWin32Window that the component belongs to.

Return Value

Type: System::Boolean

true if the component was changed during editing; otherwise, false.

.NET Framework
Available since 1.1
Return to top
Show: