NodeShape.PermitChildVisibility(ShapeElement) Method

Definition

Opportunity to influence the visibility of your child shapes

protected:
 override bool PermitChildVisibility(Microsoft::VisualStudio::Modeling::Diagrams::ShapeElement ^ childShape);
protected override bool PermitChildVisibility (Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement childShape);
override this.PermitChildVisibility : Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement -> bool
Protected Overrides Function PermitChildVisibility (childShape As ShapeElement) As Boolean

Parameters

childShape
ShapeElement

Returns

Whether the given child shape should be visible

Remarks

Collapsed nodes hide their nested children

Applies to