ComponentEditor::EditComponent Method (Object^)

 

Edits the component and returns a value indicating whether the component was modified.

Namespace:   System.ComponentModel
Assembly:  System (in System.dll)

public:
bool EditComponent(
	Object^ component
)

Parameters

component
Type: System::Object^

The component to be edited.

Return Value

Type: System::Boolean

true if the component was modified; otherwise, false.

This method opens an advanced user interface that you can use to edit the component. The default implementation opens a dialog box with a collection of component editor control objects and a user interface.

.NET Framework
Available since 1.1
Return to top
Show: