ShapeElement.PermitChildVisibility(ShapeElement) Method

Definition

Opportunity to influence the visibility of your child shapes

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

Parameters

childShape
ShapeElement

Returns

Whether the given child shape should be visible

Applies to