Gets the host containing the component.
Namespace: MindFusion.Diagramming.Components
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public IComponentHost ParentHost { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property ParentHost As IComponentHost |
An IComponentHost representing the host of the component, usually a CompositeNode.
See Also