WindowsFormsComponentEditor::EditComponent Method (Object^, IWin32Window^)

 

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

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

public:
bool EditComponent(
	Object^ component,
	IWin32Window^ owner
)

Parameters

component
Type: System::Object^

The component to edit.

owner
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: