ComponentEditorPage::Component Property

 

Gets or sets the component to edit.

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

protected:
property IComponent^ Component {
	IComponent^ get();
	void set(IComponent^ value);
}

Property Value

Type: System.ComponentModel::IComponent^

The IComponent this page allows you to edit.

.NET Framework
Available since 1.1
Return to top
Show: