ParentComponentInstance constructor
ParentComponentInstance(
- Component component
Creates a parent component instance for the given component
.
The component
parameter defines the component type and properties
that this instance will represent and manage.
Implementation
ParentComponentInstance(Component component);