ControlDesigner::ParentComponent Property
.NET Framework (current version)
Gets the parent component for the ControlDesigner.
Assembly: System.Design (in System.Design.dll)
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
Available since 2.0
Show: