ControlDesigner::ParentComponent Property

 

Gets the parent component for the ControlDesigner.

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

protected:
property IComponent^ ParentComponent {
	virtual IComponent^ get() override;
}

Property Value

Type: System.ComponentModel::IComponent^

The parent component for the ControlDesigner; otherwise, null if there is no parent component.

The default implementation simply checks to see if the component being designed is a control and if it is, ParentComponent returns its parent.

.NET Framework
Available since 2.0
Return to top
Show: