Gets the host containing this component, if any.
Namespace: MindFusion.Diagramming.Components
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
protected IComponentHost ParentHost { get; } |
Visual Basic
Copy Code
|
|---|
Protected ReadOnly Property ParentHost As IComponentHost |
See Also