Search
ComponentBase.ParentHost Property
See Also
 





Gets the host containing this component, if any.

Namespace: MindFusion.Diagramming.Components
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

protected IComponentHost ParentHost { get; }

Visual Basic  Copy Code

Protected ReadOnly Property ParentHost As IComponentHost

 Property Value

 See Also